A local Model Context Protocol (MCP) server built with TypeScript and Bun for personal expense tracking with rich analysis, budgeting, and insights.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"expensetracker-mcp-s": {
"command": "npx",
"args": [
"-y",
"Pradyumn-cloud/ExpenseTracker-MCP-Server"
]
}
}
}
Run in terminal:
claude mcp add expensetracker-mcp-s npx -y Pradyumn-cloud/ExpenseTracker-MCP-Server
Add to .cursor/mcp.json:
{
"mcpServers": {
"expensetracker-mcp-s": {
"command": "npx",
"args": [
"-y",
"Pradyumn-cloud/ExpenseTracker-MCP-Server"
]
}
}
}