Custom MCP server collection for exposing tools through the Model Context Protocol, starting with a weather server powered by OpenWeatherMap and deployable on Render.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"my-custom-mcp-server": {
"command": "uvx",
"args": [
"my-custom-mcp-servers"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add my-custom-mcp-server uvx my-custom-mcp-servers
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"my-custom-mcp-server": {
"command": "uvx",
"args": [
"my-custom-mcp-servers"
]
}
}
}
📋 Copy
Or install with pip: pip install my-custom-mcp-servers