mcpbeat Sign in

Fintable MCP Server

local only

Fintable MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 58 installs a week from pypi. Last commit 6 Sep 2026.

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

Installs per day peak 21 · avg 9 · -33% w/w
a month agotoday
58
Installs / week
pypi · fintable-mcp
1
Stars
0 open issues
6 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Fintable MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add fintable-mcp -- uvx fintable-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "fintable-mcp": {
      "args": [
        "fintable-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.fintable-mcp]
command = "uvx"
args = ["fintable-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "fintable-mcp": {
      "args": [
        "fintable-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "fintable-mcp": {
      "args": [
        "fintable-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: FINTABLE_COOKIES (Full cookie header string from Chrome DevTools for fintable.io authentication. Not needed if using rookiepy auto-extraction.), FINTABLE_SESSION_COOKIE (Just the fintable_session cookie value (alternative to FINTABLE_COOKIES).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Fintable MCP

same job, measured the same way
Lunch Money
by akutishevsky

MCP server for managing LunchMoney personal finances: transactions, budgets, categories, and more.

4 217 installs/wk local only
I
Budget Tracker
by emnbc

joinBudget MCP: Manage personal finances, budget spaces, transactions, and categories.

local only
C
joinBudget MCP
by joinbudget

joinBudget MCP: Manage personal finances, budget spaces, transactions, and categories.

local only
Zen
by krystiangw

Unofficial MCP server for the ZEN.com Payment Gateway: payment links, transactions, refunds.

22 installs/wk local only
Monarch MCP Server
by jamiew

Access Monarch financial data — accounts, transactions, budgets, and more

183 installs/wk local only
Codat
by usefulapi

MCP server for Codat — companies, connections, invoices, bills and financial statements.

28 tools answering
Ghostfolio MCP
by mhajder

MCP server for Ghostfolio portfolio management and financial data access

645 installs/wk local only
Karbon MCP Server
by mad-man-dan

Unofficial MCP server for Karbon practice management: contacts, work, time, invoices, payments.

74 installs/wk local only

Fintable MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Fintable MCP?
Fintable MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package fintable-mcp was installed 58 times last week.
How do I connect Fintable MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls fintable-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Fintable MCP?
The pypi package fintable-mcp was installed 58 times in the last week. Week over week that is -33%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Fintable MCP open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.