cashpilot-mcp
Rank #9,389io.github.GeiserX/cashpilot-mcp
Self-hosted passive income fleet management with earnings monitoring, service deployment, and Docker worker control.
cashpilot-mcp is a Model Context Protocol (MCP) server published by geiserx. It ranks #9,389 of 76,851 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. cashpilot-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Apr 2, 2026 and most recently updated on Apr 3, 2026.
Ranks ahead of 67,462 of 76,851 servers on MCP Toplist.
Use cashpilot-mcp
Add cashpilot-mcp to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"cashpilot-mcp": {
"command": "npx",
"args": [
"-y",
"cashpilot-mcp"
],
"env": {
"CASHPILOT_URL": "<your CASHPILOT_URL>",
"CASHPILOT_API_KEY": "<your CASHPILOT_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cashpilot-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"drumsergio/cashpilot-mcp:v0.0.2"
],
"env": {
"CASHPILOT_URL": "<your CASHPILOT_URL>",
"CASHPILOT_API_KEY": "<your CASHPILOT_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 1 registry (2 delisted)
geiserx
Other servers by geiserx
- Genieacs MCP#3,455 · 3 vers
- atlassian-browser-mcp#5,999 · 5 vers
- spinnaker-mcp#6,064 · 2 vers
- telegram-archive-mcp#9,148 · 1 ver
- duplicacy-mcp#12,893 · 1 ver
- lynxprompt-mcp#12,894 · 1 ver
- pumperly-mcp#12,895 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 0.0.2 | Apr 3, 2026 |
Frequently asked questions
- Who maintains cashpilot-mcp?
- cashpilot-mcp is maintained by geiserx, which publishes 8 MCP servers (15 total versions) tracked on MCP Toplist.
- Is cashpilot-mcp listed on the Official MCP Registry?
- Yes — cashpilot-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does cashpilot-mcp have?
- MCP Toplist tracks 1 version of cashpilot-mcp, most recently published on Apr 3, 2026.
- Where can I find the source code for cashpilot-mcp?
- The source code for cashpilot-mcp is hosted at github.com/geiserx/cashpilot-mcp.