# mayswind/ezbookkeeping | Model Context Protocol (MCP) Server > A lightweight, self-hosted personal finance app with a user-friendly interface and powerful bookkeeping features. - **Stars**: ⭐ 5,365 - **Language**: Go - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "ezbookkeeping": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-ezbookkeeping" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "ezbookkeeping": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-ezbookkeeping" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-ezbookkeeping` - **Docker**: `docker run -i --rm mcp/ezbookkeeping`