Lunch Money for Grok
io.github.akutishevsky/lunchmoney-mcp
MCP server for managing LunchMoney personal finances: transactions, budgets, categories, and more.
client:Grok
transport:stdio
runtime:npm
Install Lunch Money in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"lunchmoney-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@akutishevsky/lunchmoney-mcp"
],
"env": {
"LUNCHMONEY_API_TOKEN": "<LUNCHMONEY_API_TOKEN>",
"LUNCHMONEY_DEBUG": "<LUNCHMONEY_DEBUG>"
}
}
}
}
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