Skip to content
Cursor

AccuWeather MCP for Cursor

io.github.jonjam/accuweather-mcp

MCP server providing weather tools with data sourced from AccuWeather.

client:Cursor transport:stdio runtime:oci

Install AccuWeather MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "accuweather-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/jonjam/accuweather-mcp:1.4.11"
      ],
      "env": {
        "ACCUWEATHER_API_KEY": "<ACCUWEATHER_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

AccuWeather MCP in other clients