Instructions

March 27, 2025 ยท View on GitHub

This demo follows the quickstart instructions here.

Claude Desktop Config

Note: If you are encountering issues with Claude connecting to the server, use this config rather than the one stated in the tutorial. Replace with your username.

{
  "mcpServers": {
    "weather": {
      "command": "/Users/<USER>/.local/bin/uv",
      "args": ["--directory", "/Users/<USER>/weather-mcp", "run", "weather.py"]
    }
  }
}