Spendlog for VS Code
io.github.makz81/spendlog
MCP server for expense tracking, invoices, budgets, and financial insights directly in Claude
client:VS Code
transport:stdio
runtime:npm
Install Spendlog in VS Code
.vscode/mcp.json
{
"servers": {
"spendlog": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"spendlog"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs