Odel
Fintable MCP

Fintable MCP

Local
@jasoncbraatz1PythonMITUpdated Today

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIfintable-mcpv0.1.1

Run

uvx fintable-mcp

MCP client config

{
  "mcpServers": {
    "fintable-mcp": {
      "command": "uvx",
      "args": [
        "fintable-mcp"
      ]
    }
  }
}