It is not a perfect or production-ready financial application, but it demonstrates how an MCP server can expose tools that allow an AI client to interact with a local database.
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": {
"expensetracker_mcp_s": {
"command": "uvx",
"args": [
"expensetracker-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add expensetracker_mcp_s uvx expensetracker-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"expensetracker_mcp_s": {
"command": "uvx",
"args": [
"expensetracker-mcp-server"
]
}
}
}
📋 Copy
Or install with pip: pip install expensetracker-mcp-server