Fintable MCP for Cursor
io.github.jasoncbraatz/fintable-mcp
Unofficial MCP server for fintable.io — manage financial categories, rules, and transactions.
client:Cursor
transport:stdio
runtime:pypi
Install Fintable MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"fintable-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"fintable-mcp"
],
"env": {
"FINTABLE_COOKIES": "<FINTABLE_COOKIES>",
"FINTABLE_SESSION_COOKIE": "<FINTABLE_SESSION_COOKIE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs