Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ’ฐ Finance & Fintech
  3. Fintable MCP
F
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

Fintable MCP

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe havenโ€™t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time โ€” check back soon.
View RepositoryVisit Website

Unofficial MCP server for fintable.io โ€” manage financial categories, rules, and transactions.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "fintable-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "fintable-mcp"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ’ฐ More in Finance & Fintech

Documentation Overview

fintable-mcp

An unofficial MCP (Model Context Protocol) server for fintable.io, enabling AI assistants like Claude to manage your financial categories, rules, and transactions directly โ€” no more clicking through multi-step wizards.

Note: This is a community project, not officially supported by fintable.io. It works by communicating with Fintable's Laravel Livewire 3 backend using your browser session. If you're the Fintable developer and would like to collaborate on an official MCP server or public API, please open an issue โ€” we'd love to work with you! ๐Ÿค


What it does

Once installed, you can ask Claude or your favorite MCP Client things like:

  • "Create these expense categories: Office Supplies, Shipping, Packaging, Equipment Rental, Software Subscriptions"
  • "Create rules: 'Staples' โ†’ Office Supplies, 'UPS' โ†’ Shipping, 'USPS' โ†’ Shipping"
  • "Run all rules to categorize my transactions"
  • "What's my current account balance at Ally Bank?"
  • "List all my categorization rules"

No more going through a 3-page wizard 20 times to set up 20 categories. Just tell Claude what you need.


Tools provided

Read Operations

ToolDescription
fintable_list_accountsList all connected bank accounts with balances
fintable_list_categoriesList all transaction categories
fintable_list_rulesList categorization rules (with pagination)
fintable_list_transactionsList/search transactions with optional filtering

Write Operations

ToolDescription
fintable_create_categoryCreate a single category
fintable_create_bulk_categoriesCreate up to 50 categories at once
fintable_create_ruleCreate a categorization rule
fintable_create_bulk_rulesCreate multiple rules at once
fintable_run_all_rulesExecute all rules on uncategorized transactions
fintable_delete_ruleDelete a categorization rule
fintable_sync_accountsTrigger bank account sync via Plaid
fintable_resync_spreadsheetsPush updates to Airtable/Google Sheets

Installation

Prerequisites

  • Python 3.10+
  • A fintable.io account with connected bank accounts
  • Claude Desktop (or any MCP-compatible client โ€” Cherry Studio, etc.)

1. Clone this repo

bash
git clone https://github.com/jasoncbraatz/fintable-mcp.git
cd fintable-mcp

2. Install dependencies

Terminal
pip install -r requirements.txt

Or with uv (faster):

bash
uv pip install -r requirements.txt

3. Authentication setup

You have two options โ€” automatic (recommended) or manual.

Option A: Automatic cookie extraction (recommended)

Install rookiepy, which reads cookies directly from Chrome's local database using your OS credentials:

Terminal
pip install rookiepy

That's it. As long as you're logged into fintable.io in Chrome, the server grabs fresh cookies on every run. No manual copying, no expiration headaches.

Option Aยฝ: Self-refreshing cookie jar (advanced)

If you want the server to maintain its own session without needing Chrome or rookiepy after the first run, add the --persist-cookies flag to your config (see step 4). This saves session cookies to ~/.fintable-mcp-cookies.json and auto-updates them from server responses โ€” the session stays alive as long as it doesn't expire server-side between runs.

The initial seed comes from whichever auth method is available (rookiepy, env var, etc.). After that, the server is self-sufficient.

Security note: This stores session cookies on disk. The file is a dotfile in your home directory and isn't advertised anywhere, but anyone with read access to your home folder could find it. If that's a concern, stick with Option A.

Note for Python 3.13+: You may need to set PYO3_USE_ABI3_FORWARD_COMPATIBILITY=1 before installing rookiepy:

bash
PYO3_USE_ABI3_FORWARD_COMPATIBILITY=1 pip install rookiepy

Option B: Manual cookie export

If you'd rather not install rookiepy (or you're using a browser other than Chrome):

  1. Open Chrome and go to fintable.io โ€” make sure you're logged in
  2. Open DevTools (F12 or Cmd+Option+I)
  3. Go to the Network tab
  4. Click on any request to fintable.io
  5. Find the Cookie header in Request Headers
  6. Copy the entire cookie string

You'll pass this as an environment variable in the next step.

4. Configure Claude Desktop

Add the following to your Claude Desktop config file:

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json

If using rookiepy (Option A) โ€” no env vars needed:

config.json
{
  "mcpServers": {
    "fintable": {
      "command": "python",
      "args": ["/absolute/path/to/fintable-mcp/fintable_mcp.py"]
    }
  }
}

If using --persist-cookies (Option Aยฝ) โ€” pair with rookiepy or env var for initial seed:

config.json
{
  "mcpServers": {
    "fintable": {
      "command": "python",
      "args": ["/absolute/path/to/fintable-mcp/fintable_mcp.py", "--persist-cookies"]
    }
  }
}

If using manual cookies (Option B):

config.json
{
  "mcpServers": {
    "fintable": {
      "command": "python",
      "args": ["/absolute/path/to/fintable-mcp/fintable_mcp.py"],
      "env": {
        "FINTABLE_COOKIES": "your_full_cookie_string_here"
      }
    }
  }
}

๐Ÿ’ก Replace /absolute/path/to/fintable-mcp/fintable_mcp.py with the actual path where you cloned this repo.

5. Restart Claude Desktop

After saving the config, fully quit and relaunch Claude Desktop. The fintable tools will appear in Claude's tool list.


Authentication

This server authenticates using your fintable.io browser session cookies โ€” the same cookies your browser uses when you're logged in.

Cookie resolution order:

  1. Persisted cookie jar โ€” If --persist-cookies is active and ~/.fintable-mcp-cookies.json exists with fresh cookies, use those. Self-updates from server Set-Cookie headers.
  2. rookiepy โ€” If installed, cookies are extracted fresh from Chrome's local database on every server start. Zero maintenance.
  3. FINTABLE_COOKIES env var โ€” Full cookie string from Chrome DevTools (fallback if rookiepy isn't installed).
  4. FINTABLE_SESSION_COOKIE env var โ€” Just the session cookie value (simplest manual option).

When --persist-cookies is active, whichever method provides the initial cookies will also seed the jar. On subsequent runs, the jar takes priority โ€” and every server response refreshes it automatically.

Your credentials are never stored to disk by this server โ€” they live only in memory while the server is running.

Session Expiration

If you're using rookiepy (recommended), session expiration is handled automatically โ€” fresh cookies are pulled from Chrome on every server start. Just make sure you stay logged into fintable.io in Chrome.

If you're using manual cookie export, your cookies will eventually expire. When they do, the server will return an authentication error. Re-export your cookies from Chrome and update the FINTABLE_COOKIES environment variable.


How it works (for the curious / developers)

Fintable.io is a Laravel application using Livewire 3 + Alpine.js for its frontend โ€” there's no public REST API. This MCP server:

  1. Authenticates using your browser session cookies (CSRF token + session cookie)
  2. Fetches pages to extract Livewire component snapshots from wire:snapshot HTML attributes
  3. Makes Livewire protocol calls โ€” POST requests to the /livewire-{hash}/update endpoint with component snapshots, method calls, and property updates
  4. Parses HTML responses to extract structured data (accounts, categories, rules, transactions)

The Livewire update path includes a hash (e.g., /livewire-5c7ce5a8/update) that can change when the app is redeployed. The server auto-discovers this path from the data-update-uri HTML attribute on each page load, so it stays resilient across deployments.


Known Issues & Limitations

Livewire Hash Changes

The Livewire update endpoint includes a build hash (e.g., /livewire-5c7ce5a8/update) that changes on each deployment. The server auto-discovers this on every page fetch, but if Fintable significantly restructures their Livewire components or changes component names, things may break. This is inherent to working without an official API.

HTML Parsing Fragility

Since there's no JSON API, read operations depend on parsing HTML structure. If Fintable redesigns their UI layout, the parsing logic may need updating. This is the biggest maintenance burden of the current approach.

The Path Forward: JSON Endpoints

The ideal solution is for Fintable to expose lightweight JSON API endpoints. This would:

  • Eliminate the fragile HTML parsing
  • Remove the Livewire hash dependency
  • Enable more reliable integrations
  • Open the door for other community tools and integrations
  • Be a great selling point for the product (MCP-ready financial tools are a differentiator!)

If you're the Fintable developer reading this โ€” even a handful of authenticated JSON endpoints for categories, rules, and transactions would make this server rock-solid and dramatically easier to maintain. Happy to collaborate on the design. ๐Ÿš€


Security Model

This server runs locally on your machine as a stdio subprocess of your MCP client. It:

  • Never exposes a network port
  • Never stores credentials to disk
  • Only communicates with fintable.io using your existing browser session
  • Runs as a single-user, single-client process

By default, session cookies are kept in memory only while the server is running. With rookiepy, they're extracted fresh from Chrome on each launch โ€” no environment variables or config files needed.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • Stripe AI logoStripe AI

    MCP server integrating with Stripe - tools for customers, products, payments, and more.

    ๐Ÿ’ฐ Finance & Fintech0 views
    Compare vs Stripe AI โ†’
  • Keithah Tessie MCP logoKeithah Tessie MCP

    Unofficial integration! ## โœจ Key Features ### ๐Ÿ’ฐ Financial Intelligence - **Smart Charging Cost Anโ€ฆ

    ๐Ÿ’ฐ Finance & Fintech0 views
    Compare vs Keithah Tessie MCP โ†’
  • AkTools MCP Server logoAkTools MCP Server

    ๆไพ›่‚ก็ฅจใ€ๅŠ ๅฏ†่ดงๅธ็š„ๆ•ฐๆฎๆŸฅ่ฏขๅ’Œๅˆ†ๆžๅŠŸ่ƒฝMCPๆœๅŠกๅ™จ

    ๐Ÿ’ฐ Finance & Fintech0 views
    Compare vs AkTools MCP Server โ†’
  • Financial Modeling Prep MCP Server logoFinancial Modeling Prep MCP Server

    MCP server for Financial Modeling Prep API with 250+ financial data tools

    ๐Ÿ’ฐ Finance & Fintech0 views
    Compare vs Financial Modeling Prep MCP Server โ†’

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Fintable MCP

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "fintable-mcp": { "command": "npx", "args": ["-y", "Fintable MCP"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewFintable MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/fintable-mcp?style=directory)](https://allmcps.com/mcp/fintable-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/fintable-mcp"><img src="https://allmcps.com/api/badge/fintable-mcp?style=directory" alt="Fintable MCP on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ’ฐFinance & Fintech
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views1
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging ยท 27/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

โ˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ’ฐ Finance & Fintech โ†’Best MCP servers for Finance & Fintech โ†’Alternatives to Fintable MCP โ†’Install in Claude DesktopInstall in CursorInstall in VS Code