Submit receipts, run income/P&L/mileage/subscription analytics, create reports in ExpenseBot.
claude mcp add mcp-server-auth -- npx -y @expensebot/mcp-server-auth
claude_desktop_config.json
{
"mcpServers": {
"mcp-server-auth": {
"command": "npx",
"args": [
"-y",
"@expensebot/mcp-server-auth"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-server-auth": {
"command": "npx",
"args": [
"-y",
"@expensebot/mcp-server-auth"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-server-auth": {
"command": "npx",
"args": [
"-y",
"@expensebot/mcp-server-auth"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"mcp-server-auth": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@expensebot/mcp-server-auth"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"mcp-server-auth": {
"command": "npx",
"args": [
"-y",
"@expensebot/mcp-server-auth"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.TotesMagotes--mcp-server-auth/reviews or the review_server meta-tool.
POST /mcp