Skip to content
Cursor

pumperly mcp for Cursor

io.github.geiserx/pumperly-mcp

MCP server for Pumperly — query fuel prices, find stations, and plan routes

client:Cursor transport:stdio runtime:npm

Install pumperly 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": {
    "pumperly-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "pumperly-mcp"
      ],
      "env": {
        "PUMPERLY_URL": "<PUMPERLY_URL>"
      }
    }
  }
}

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

pumperly mcp in other clients