Skip to content
Cline

Fintable MCP for Cline

io.github.jasoncbraatz/fintable-mcp

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

client:Cline transport:stdio runtime:pypi

Install Fintable MCP in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Fintable MCP in other clients