Collection of example MCP (Model Context Protocol) servers including Weather, File Manager, and Calculator 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-collecti": {
"command": "npx",
"args": [
"-y",
"Ravitki/mcp-servers-collection"
]
}
}
}
Run in terminal:
claude mcp add mcp-servers-collecti npx -y Ravitki/mcp-servers-collection
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-servers-collecti": {
"command": "npx",
"args": [
"-y",
"Ravitki/mcp-servers-collection"
]
}
}
}