Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

Fintable MCP in other clients