Skip to content
Cursor

weather mcp server for Cursor

io.github.jaredco-ai/weather-mcp-server

Fast - accurate weather conditions and forecasts by city or coordinates.

client:Cursor transport:stdio runtime:npm

Install weather mcp server in Cursor

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

{
  "mcpServers": {
    "weather-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@jaredco/weather-mcp-server"
      ]
    }
  }
}

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

weather mcp server in other clients