Skip to content
Grok

Spendlog for Grok

io.github.makz81/spendlog

MCP server for expense tracking, invoices, budgets, and financial insights directly in Claude

client:Grok transport:stdio runtime:npm

Install Spendlog in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "spendlog": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "spendlog"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Spendlog in other clients