Skip to content
VS Code

pota mcp for VS Code

io.github.qso-graph/pota-mcp

Parks on the Air MCP server. Park lookup, activator and hunter stats, live spots.

client:VS Code transport:stdio runtime:pypi

Install pota mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "pota-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "pota-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

pota mcp in other clients