weather-mcp-server-and-webclient

oalbad/weather-mcp-server-and-webclient
★ 0 stars HTML API Integration Updated 2mo ago
This is a simple MCP server written in Python that you can fork and use to learn.
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-server-a": {
      "command": "npx",
      "args": [
        "-y",
        "oalbad/weather-mcp-server-and-webclient"
      ]
    }
  }
}