Skip to content
Cursor

mcp weather for Cursor

io.github.augee99/mcp-weather

An MCP server that provides [describe what your server does]

client:Cursor transport:stdio runtime:pypi

Install mcp weather in Cursor

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

{
  "mcpServers": {
    "mcp-weather": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-weather-augee99"
      ]
    }
  }
}

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

mcp weather in other clients