cashpilot mcp for Cursor
io.github.geiserx/cashpilot-mcp
MCP server for CashPilot — monitor passive income, bandwidth sharing, and DePIN earnings
client:Cursor
transport:stdio
runtime:npm
Install cashpilot mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cashpilot-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"cashpilot-mcp"
],
"env": {
"CASHPILOT_URL": "<CASHPILOT_URL>",
"CASHPILOT_API_KEY": "<CASHPILOT_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs