Weather-MCPServer

aniro45/Weather-MCPServer
★ 1 stars TypeScript 🔌 API Integration Updated 10mo ago
Weather MCP Server
View on GitHub →

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-mcpserver": {
      "command": "npx",
      "args": [
        "-y",
        "aniro45/Weather-MCPServer"
      ]
    }
  }
}