This is a cool collection of MCP servers that you can deploy to claude, GPT or Gemini
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-collecti": {
"command": "npx",
"args": [
"-y",
"MCP-ADMIN-cloud/MCP-Servers-collection"
]
}
}
}
Run in terminal:
claude mcp add mcp-servers-collecti npx -y MCP-ADMIN-cloud/MCP-Servers-collection
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-servers-collecti": {
"command": "npx",
"args": [
"-y",
"MCP-ADMIN-cloud/MCP-Servers-collection"
]
}
}
}