★ 0 stars
TypeScript
🧠 Memory/Knowledge
Updated today
A local Model Context Protocol (MCP) server built with TypeScript and Bun for personal expense tracking with rich analysis, budgeting, and insights.
View on GitHub →
Try with Claude — $10 free →
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"
]
}
}
}
Topics
bunexpense-trackerlocalmcpmcp-servertypescript