MCP server for expense tracking, invoices, budgets, and financial insights directly in Claude
claude mcp add spendlog -- npx -y spendlog
claude_desktop_config.json
{
"mcpServers": {
"spendlog": {
"command": "npx",
"args": [
"-y",
"spendlog"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"spendlog": {
"command": "npx",
"args": [
"-y",
"spendlog"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"spendlog": {
"command": "npx",
"args": [
"-y",
"spendlog"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"spendlog": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"spendlog"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"spendlog": {
"command": "npx",
"args": [
"-y",
"spendlog"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.makz81--spendlog/reviews or the review_server meta-tool.
POST /mcp