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.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • 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 BuildlistAllMCPs 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 Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’° Finance & Fintech
  3. Local First personal finance MCP
L
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/11/2026, 12:22:18 AM

Local First personal finance MCP

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 Repository

Local-first personal finance MCP. Aggregates bank, brokerage, credit, and loan accounts via Plaid.…

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 β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "local-first-personal-finance-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "local-first-personal-finance-mcp"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’° More in Finance & Fintech

Documentation Overview

License GitHub stars Last commit Open issues PyPI version PyPI downloads Built by Mycelium AI

finance-mcp

Local-first personal finance MCP. Aggregates bank, brokerage, credit, and loan accounts via Plaid. Writes balances, holdings, and transactions to your local Obsidian-style markdown vault. Access tokens stay in macOS Keychain. Never sends data anywhere except plaid.com.

What it does

  • Link any US bank or brokerage via Plaid (Chase, Citi, Schwab, Discover, Fidelity, Wells Fargo, Bank of America, Capital One, Vanguard, Robinhood, Coinbase, student-loan servicers, 12,000+ institutions total).
  • Pull live balances for every account β†’ writes the auto-sync block in your vault's Accounts.md.
  • Pull investment holdings with shares, cost basis, current value β†’ writes Investments.md.
  • Pull transactions cursor-style (delta only after first sync) β†’ stores in local SQLite.
  • Roll up monthly cash flow by category β†’ writes Cash Flow.md.
  • Pull liabilities (credit-card APRs, statement balances, student-loan payoff info).
  • Audit log every Plaid call and every keychain access.

Why local-first matters

Most personal-finance SaaS (Mint, Copilot, YNAB, Monarch) puts your bank data on their servers and charges you for the privilege. This MCP:

  • Runs on your laptop, talks directly to Plaid, writes to your local vault.
  • Stores access tokens in macOS Keychain, not env files or any database.
  • Never returns access tokens in tool responses β€” items are referenced by alias (chase, citi, etc.).
  • Vault data is plain markdown with inline Dataview fields β€” your data, your format, queryable forever.

Install

Open Claude Code, paste:

Code
/plugin marketplace add adelaidasofia/finance-mcp
/plugin install finance-mcp@finance-mcp

Requires macOS (for Keychain) and Python 3.11+. After install, set your Plaid credentials in .env at the plugin root (see SETUP.md for the Plaid signup walkthrough).

First-time use

Code
> healthcheck

If it shows blockers, follow them. Once green:

Code
> link_start(institution_alias="chase")

Open the returned link_token in Plaid's Link demo page (paste the token in the field labeled "Link Token", then click "Open Plaid Link"). Complete bank auth in the browser. Copy the public_token from the success page.

Code
> link_complete(institution_alias="chase", public_token="public-sandbox-...")

Repeat for each bank.

Code
> sync_balances
> sync_holdings
> sync_transactions
> rollup_month(month="2026-05")

Your vault's Accounts.md, Investments.md, and Cash Flow.md now have auto-sync blocks with current data. Re-run any time.

Tool surface

ToolWhat it does
healthcheckVerify Plaid creds, vault path, keychain access.
link_start(alias)Start linking a new bank. Returns link_token.
link_complete(alias, public_token)Exchange public_token, store in Keychain.
list_linkedList linked institutions + last-sync timestamps.
unlink(alias)Remove an institution. Revokes Plaid item + deletes Keychain entry.
sync_balances([alias])Pull current balances β†’ Accounts.md.
sync_holdings([alias])Pull investment positions β†’ Investments.md.
sync_transactions([alias])Cursor-based transaction sync β†’ SQLite.
sync_liabilities([alias])Pull credit + loan details.
sync_all([alias])All of the above in sequence.
rollup_month(month)Compute monthly income/expense rollup β†’ Cash Flow.md.
audit_tail(n)Last N audit-log entries.

Security model

  • Plaid access_token lives in macOS Keychain (security CLI), service name finance-mcp, account name = your institution alias.
  • Plaid client_id + secret live in .env (chmod 600). Never committed (in .gitignore).
  • Transaction history lives in SQLite at ~/.claude/finance-mcp/data.db (not in your vault).
  • Vault writes only happen inside the configured FINANCE_MCP_FINANCE_FOLDER. Set to empty string to disable vault writes entirely.
  • Audit log records every Plaid call and every keychain operation.
  • Tool responses never include raw access tokens.

Plaid environments

  • sandbox (default): fake banks, fake credentials (user_good / pass_good). Free forever. Use this first.
  • development: real banks, free up to 100 items per Plaid account. Use this for personal accounts.
  • production: real banks at scale. Requires a Plaid application + paid plan.

Set via PLAID_ENV in .env. Switch by re-linking all institutions (tokens are environment-bound).

Companion MCPs

  • jkoelker/schwab-mcp β€” Direct Charles Schwab Trader API for options, trade placement, and deep position data beyond what Plaid exposes.
  • tomasgesino/schwab-mcp β€” Schwab wheel-strategy management with dry-run-default trading.

finance-mcp covers Schwab basic balances and holdings via Plaid; the above are the route for Schwab power-user features.

Related MCPs in this family

  • apollo-mcp β€” Apollo.io CRM + outbound sequences.
  • slack-mcp β€” Multi-workspace Slack with draft+confirm safety.
  • imessage-mcp β€” Local iMessage with Whisper voice transcription.
  • whatsapp-mcp β€” WhatsApp via local bridge.
  • substack-mcp β€” Publish posts + Notes, pull analytics.
  • parse-mcp β€” Multi-backend document parsing router.
  • graph-query-mcp β€” Personal knowledge graph queries.

Telemetry

This plugin sends a single anonymous install signal to myceliumai.co the first time it loads in a Claude Code session on a given machine.

What is sent:

  • Plugin name (e.g. slack-mcp)
  • Plugin version (e.g. 0.1.0)

What is NOT sent:

  • No user identifiers, names, emails, tokens, or API keys
  • No file paths, message content, or anything from your work
  • No IP address is stored after dedup processing

Why: Helps the maintainer know which plugins people actually install, so attention goes to the ones that get used.

Opt out: Set the environment variable MYCELIUM_NO_PING=1 before launching Claude Code. The hook will skip the network call entirely. Already-pinged installs leave a sentinel at ~/.mycelium/onboarded-<plugin> β€” delete it if you want to reset state.

License

MIT. See LICENSE.


Legacy install (manual)

For users who can't use the plugin marketplace yet, the manual flow:

bash
git clone https://github.com/adelaidasofia/finance-mcp ~/.claude/finance-mcp
cd ~/.claude/finance-mcp
pip3 install --break-system-packages -r requirements.txt
cp .env.example .env
chmod 600 .env

Then register with Claude Code by adding to your vault's .mcp.json (project scope) or ~/.claude.json (user scope, via claude mcp add):

json
"finance": {
  "type": "stdio",
  "command": "python3",
  "args": ["-m", "finance_mcp.server"],
  "env": {
    "PYTHONPATH": "/Users/<you>/.claude/finance-mcp",
    "FINANCE_MCP_VAULT_PATH": "/Users/<you>/Documents/MyVault",
    "FINANCE_MCP_FINANCE_FOLDER": "Finance"
  }
}

Restart Claude Code. Tools appear under mcp__finance__*.


Built by Adelaida Diaz-Roa. Full install or team version at diazroa.com.

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • P
    Personal Finance Ai Mcp

    Personal Finance Ai automation via MCP. Includes track budget, calculate savings, plan debt ...

    πŸ’° Finance & Fintech0 views
    Compare vs Personal Finance Ai Mcp β†’
  • S
    Stripe Billing Mcp

    Stripe Billing automation via MCP. Includes create customer, search customers, create subscr...

    πŸ’° Finance & Fintech0 views
    Compare vs Stripe Billing Mcp β†’
  • M
    Mcp

    Shopify CRO platform via MCP: 100+ tools for analytics, experiments, authoring, proven lift.

    πŸ’° Finance & Fintech0 views
    Compare vs Mcp β†’
  • Plugin logoPlugin

    Circulara Observe MCP plugin - meters your AI agents' token spend and carbon, free tier.

    πŸ’° Finance & Fintech0 views
    Compare vs Plugin β†’

Frequently Asked Questions about Local First personal finance MCP

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "local-first-personal-finance-mcp": { "command": "npx", "args": ["-y", "Local-first personal finance 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 PreviewLocal First personal finance MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/local-first-personal-finance-mcp?style=directory)](https://allmcps.com/mcp/local-first-personal-finance-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/local-first-personal-finance-mcp"><img src="https://allmcps.com/api/badge/local-first-personal-finance-mcp?style=directory" alt="Local First personal finance MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’°Finance & Fintech
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
0/4 checks healthy over the last 6h
Views0
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.
28Quality signal: Emerging Β· 28/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 & tools12/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.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 3,181+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it 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 Local First personal finance MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code