Skip to content
Cursor

vweatherstation for Cursor

io.github.vweatherstation/vweatherstation

Settlement-grade weather data for prediction markets via x402.

client:Cursor transport:stdio runtime:npm

Install vweatherstation in Cursor

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

{
  "mcpServers": {
    "vweatherstation": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "vweatherstation-mcp"
      ]
    }
  }
}

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

vweatherstation in other clients