MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

1
100 Tool MCP Server Json Example

My last working mcp-server Claude app JSON

Created 2/8/2025
Updated about 2 months ago
Repository documentation and setup instructions

100-tool-mcp-server-json-example

Since setting up the servers is not usually correct in the readme's these were some of the working configs I had going, obviously you should check the repos they are from. Many had to be installed and a few extra steps etc...

Here is one I made with a single example- it is a bit wonky but works.

https://github.com/angrysky56/mcp-windows-website-downloader

Quick Setup
Installation guide for this server

Installation Command (package not published)

git clone https://github.com/angrysky56/100-tool-mcp-server-json-example
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.

Cursor configuration (mcp.json)

{ "mcpServers": { "angrysky56-100-tool-mcp-server-json-example": { "command": "git", "args": [ "clone", "https://github.com/angrysky56/100-tool-mcp-server-json-example" ] } } }