← Index

io.github.overstarry/qweather-mcp

io.github.overstarry/qweather-mcp·v1.0.12·Maps & Location
Quality Score
65
/100

a qweather mcp server

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "qweather-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "qweather-mcp"
      ],
      "env": {
        "QWEATHER_API_BASE": "<your-qweather_api_base>",
        "QWEATHER_API_KEY": "<your-qweather_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "qweather-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "qweather-mcp"
      ],
      "env": {
        "QWEATHER_API_BASE": "<your-qweather_api_base>",
        "QWEATHER_API_KEY": "<your-qweather_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y qweather-mcp
§02  Environment variables
QWEATHER_API_BASE
requiredsecret

Your qweather api host

QWEATHER_API_KEY
requiredsecret

Your qweather api key

§03  MCP Quality Score  ·  methodology
freshness
10
completeness
5
installability
25
documentation
15
stability
10
§04  Alternatives in Maps & Location