Self-hostable remote MCP server for Lunch Money with built-in OAuth 2.1 — works with claude.ai custom connectors (mobile/web/desktop), no third-party token custody
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"lunchmoney-mcp-serve": {
"command": "npx",
"args": [
"-y",
"Squixx/lunchmoney-mcp-server-oauth"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add lunchmoney-mcp-serve npx -y Squixx/lunchmoney-mcp-server-oauth
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"lunchmoney-mcp-serve": {
"command": "npx",
"args": [
"-y",
"Squixx/lunchmoney-mcp-server-oauth"
]
}
}
}
📋 Copy