Odel
mcp server

mcp server

Local
@weatherai-ioTypeScriptMITUpdated 4mo ago

WeatherAI — 11 live weather tools for Claude, Cursor, Windsurf and any MCP AI assistant

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@weatherai/mcp-serverv1.0.0

Run

npx -y @weatherai/mcp-server

MCP client config

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@weatherai/mcp-server"
      ]
    }
  }
}