MCP Servers
Overview
MCP Servers is a centralized repository for various Model Context Protocol (MCP) server implementations, allowing AI assistants to interact with tools, services, and data.
To use MCP Servers, clone the repository and initialize the submodules to access different server implementations. Each server has its own README for specific instructions.
- Centralized repository for multiple MCP server implementations - Supports various integrations like databases, email management, and more - Easy setup with Git and submodules
- Integrating AI assistants with different tools and services
- Managing data across various platforms
- Developing custom server implementations for specific needs
Add to your AI client
Use these steps to connect MCP Servers in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"mcp-servers-jmagar": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-servers-jmagar"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-servers-jmagar": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-servers-jmagar"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-servers-jmagar": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-servers-jmagar"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mcp-servers-jmagar": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-servers-jmagar"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-servers-jmagar": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-servers-jmagar"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-servers-jmagar": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-servers-jmagar"
]
}
}
}FAQ
What is the Model Context Protocol?
The Model Context Protocol is a protocol designed for AI assistants to interact with various tools and services.
How do I contribute to MCP Servers?
Follow the development setup for the specific server you want to contribute to, make your changes, and submit a pull request.
Are there any prerequisites to use MCP Servers?
Yes, you need Git with submodule support, Python 3.8+, and Node.js 16+ for specific servers.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":3205,"uuid":"d3b8e3d2-92b1-4615-a2b8-3d6a5f2c3f65","name":"mcp-servers","title":"MCP Servers","description":"","avatar_url":"https://avatars.githubusercontent.com/u/38927646?v=4","created_at":"2025-03-18T06:08:58.302Z","updated_at":"2025-03-18T14:31:20.162Z","status":"created","author_name":"jmagar","author_avatar_url":"https://avatars.githubusercontent.com/u/38927646?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/jmagar/mcp-servers","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"\",\"language\":\"JavaScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-18 00:54:03\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]