MCP Server
io.github.TotesMagotes/mcp-server MCP Server
io.github.TotesMagotes/mcp-server
What is the io.github.TotesMagotes/mcp-server MCP server?
Answer questions about ExpenseBot — features, pricing, and integrations. Read-only.
How to install io.github.TotesMagotes/mcp-server
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@expensebot/mcp-server"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@expensebot/mcp-server"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@expensebot/mcp-server"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@expensebot/mcp-server"
]
}
}
}Claude Code
claude mcp add mcp-server -- npx -y @expensebot/mcp-serverRelated MCP servers
Submit receipts, run income/P&L/mileage/subscription analytics, create reports in ExpenseBot.
View repository →