Cashew Expense Tracker MCP Server
@yashhere
About Cashew Expense Tracker MCP Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"cashew-mcp-server": {
"command": "uv",
"args": [
"sync"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Cashew Expense Tracker MCP Server?
An MCP (Model Context Protocol) server that provides access to your Cashew expense tracker SQLite database. It exposes table schemas as resources, provides tools for running read-only SQL queries, and includes prompts for common data analysis tasks.
How to use Cashew Expense Tracker MCP Server?
Install dependencies with uv sync, then run the server with uv run python cashew_mcp_server.py. Use --use-main-db to access the main Cashew database or --db-path to specify a custom database path. Integrate with MCP clients like Claude Desktop or VSCode by adding the server configuration to their MCP settings files.
Key features of Cashew Expense Tracker MCP Server
- Database schema resources: access complete table schemas.
- Read-only SQL query tools: safe SELECT queries.
- Data analysis prompts: common expense analysis tasks.
- Multiple database support: test and production databases.
- Safety: only read-only operations allowed.
Use cases of Cashew Expense Tracker MCP Server
- Analyze spending patterns with category breakdowns and trends.
- Evaluate budget performance and get adjustment recommendations.
- Compare income vs expenses for cash flow analysis.
- Detect expense anomalies like unusual spending or duplicate transactions.
FAQ from Cashew Expense Tracker MCP Server
How does the server ensure data safety?
The server only allows read-only SELECT queries. Dangerous SQL keywords are blocked, inputs are validated, and error handling provides informative messages.
What are the runtime requirements?
The project uses Python and the uv dependency manager. An SQLite database file from the Cashew expense tracker is required.
Where does the data come from?
Data is read from a local Cashew expense tracker SQLite database file. The server does not modify the database.
What transport does the server use?
The server uses the stdio transport for communication with MCP clients.
Can I switch between test and production databases?
Yes, use the --use-main-db flag for the main database or --db-path to specify any custom path.
More Other MCP servers
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Nginx UI
0xJackyYet another WebUI for Nginx
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Comments