Skip to content
Zed

Fintable MCP for Zed

io.github.jasoncbraatz/fintable-mcp

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

client:Zed transport:stdio runtime:pypi

Install Fintable MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

Fintable MCP in other clients