💰 Track your expenses efficiently with this Python-based MCP server, enabling AI assistants to manage and summarize your finances through natural conversation.
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": {
"expense-tracker-mcp-": {
"command": "npx",
"args": [
"-y",
"manojkumarjanapati/expense-tracker-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add expense-tracker-mcp- npx -y manojkumarjanapati/expense-tracker-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"expense-tracker-mcp-": {
"command": "npx",
"args": [
"-y",
"manojkumarjanapati/expense-tracker-mcp-server"
]
}
}
}
📋 Copy