Comprehensive guide and examples for creating Model Context Protocol (MCP) servers
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-servers-guide": {
"command": "npx",
"args": [
"-y",
"anilchaudhary001/mcp-servers-guide"
]
}
}
}
Run in terminal:
claude mcp add mcp-servers-guide npx -y anilchaudhary001/mcp-servers-guide
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-servers-guide": {
"command": "npx",
"args": [
"-y",
"anilchaudhary001/mcp-servers-guide"
]
}
}
}