categorize transactions for Cursor
io.github.theluckystrike/categorize-transactions
Import a bank CSV, categorise it, summarise it per currency and reconcile it against your expenses.
client:Cursor
transport:streamable-http
runtime:mcpb
tools:15
Install categorize transactions in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"categorize-transactions": {
"url": "https://mcp.zovo.one/mcp/categorize-transactions"
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs