mcp-server-tempest

briandconnelly/mcp-server-tempest
★ 0 stars Python 🔌 API Integration Updated 1d ago
MCP Server for Retrieving Tempest Weather Data
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": {
    "mcp-server-tempest": {
      "command": "uvx",
      "args": [
        "mcp-server-tempest"
      ]
    }
  }
}

Or install with pip: pip install mcp-server-tempest