My-Custom-MCP-servers

mebre7/My-Custom-MCP-servers
★ 0 stars Python DevOps Updated today
Custom MCP server collection for exposing tools through the Model Context Protocol, starting with a weather server powered by OpenWeatherMap and deployable on Render.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "my-custom-mcp-server": {
      "command": "uvx",
      "args": [
        "my-custom-mcp-servers"
      ]
    }
  }
}

Or install with pip: pip install my-custom-mcp-servers