Skip to content
Windsurf

Fintable MCP for Windsurf

io.github.jasoncbraatz/fintable-mcp

Unofficial MCP server for fintable.io — manage financial categories, rules, and transactions.

client:Windsurf transport:stdio runtime:pypi

Install Fintable MCP in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "fintable-mcp": {
      "command": "uvx",
      "args": [
        "fintable-mcp"
      ],
      "env": {
        "FINTABLE_COOKIES": "<FINTABLE_COOKIES>",
        "FINTABLE_SESSION_COOKIE": "<FINTABLE_SESSION_COOKIE>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Fintable MCP in other clients