Odel
MCPSpend

MCPSpend

Local
@andreisirbu91-lab106TypeScriptMITUpdated 6 days ago

Query your MCPSpend usage: cost today, top tools, recent sessions, budget projections.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@mcpspend/mcp-serverv0.2.1

Run

npx -y @mcpspend/mcp-server

MCP client config

{
  "mcpServers": {
    "mcpspend": {
      "command": "npx",
      "args": [
        "-y",
        "@mcpspend/mcp-server"
      ]
    }
  }
}