mcpwx

mkheck/mcpwx
★ 3 stars Java 🔌 API Integration Updated 8mo ago
MCP server to look up weather by city name.
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": {
    "mcpwx": {
      "command": "npx",
      "args": [
        "-y",
        "mkheck/mcpwx"
      ]
    }
  }
}