Odel
qweather mcp

qweather mcp

Local
@overstarry7TypeScriptUpdated 4mo ago

a qweather mcp server

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).

npmqweather-mcpv1.0.12

Run

npx -y qweather-mcp

MCP client config

{
  "mcpServers": {
    "qweather-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "qweather-mcp"
      ]
    }
  }
}