weather-mcp-render

ballyhoogroup/weather-mcp-render
★ 0 stars JavaScript AI/LLM Updated 6d ago
Public no-auth weather MCP server for Claude, deployed 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": {
    "weather-mcp-render": {
      "command": "npx",
      "args": [
        "-y",
        "ballyhoogroup/weather-mcp-render"
      ]
    }
  }
}

README Excerpt

A minimal remote MCP server using the official TypeScript/JavaScript MCP SDK and - `get_weather`: current conditions and a 1–7 day forecast by place name - `POST /mcp`: the Streamable HTTP MCP endpoint - `GET /health`: a Render health check Requires Node.js 20 or newer. ```bash corepack enable pnpm install

Tools (1)

get_weather