MCP Server
io.github.TotesMagotes/mcp-server-auth MCP Server
io.github.TotesMagotes/mcp-server-auth
What is the io.github.TotesMagotes/mcp-server-auth MCP server?
Submit receipts, run income/P&L/mileage/subscription analytics, create reports in ExpenseBot.
How to install io.github.TotesMagotes/mcp-server-auth
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-auth": {
"command": "npx",
"args": [
"-y",
"@expensebot/mcp-server-auth"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-server-auth": {
"command": "npx",
"args": [
"-y",
"@expensebot/mcp-server-auth"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-server-auth": {
"command": "npx",
"args": [
"-y",
"@expensebot/mcp-server-auth"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-server-auth": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@expensebot/mcp-server-auth"
]
}
}
}Claude Code
claude mcp add mcp-server-auth -- npx -y @expensebot/mcp-server-authRelated MCP servers
Answer questions about ExpenseBot — features, pricing, and integrations. Read-only.
View repository →