Fintable MCP
About
Unofficial MCP server for fintable.io — manage financial categories, rules, and transactions.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
FINTABLE_COOKIES FINTABLE_SESSION_COOKIEClaude Code
claude mcp add --env FINTABLE_COOKIES= --env FINTABLE_SESSION_COOKIE= fintable-mcp -- uvx fintable-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"fintable-mcp","command":"uvx","args":["fintable-mcp"],"env":{"FINTABLE_COOKIES":"","FINTABLE_SESSION_COOKIE":""}}'
JSON
{
"mcpServers": {
"fintable-mcp": {
"command": "uvx",
"args": [
"fintable-mcp"
],
"env": {
"FINTABLE_COOKIES": "",
"FINTABLE_SESSION_COOKIE": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.