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
{
"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