← Index

Fintable MCP

io.github.jasoncbraatz/fintable-mcp·v0.1.1·Other
Quality Score
90
/100

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

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "fintable-mcp": {
      "command": "uvx",
      "args": [
        "fintable-mcp"
      ],
      "env": {
        "FINTABLE_COOKIES": "<your-fintable_cookies>",
        "FINTABLE_SESSION_COOKIE": "<your-fintable_session_cookie>"
      }
    }
  }
}
§02  Environment variables
FINTABLE_COOKIES
secret

Full cookie header string from Chrome DevTools for fintable.io authentication. Not needed if using rookiepy auto-extraction.

FINTABLE_SESSION_COOKIE
secret

Just the fintable_session cookie value (alternative to FINTABLE_COOKIES).

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
5
§04  Alternatives in Other