PluginBench
MCP Server
Active
MIT

Local-first personal finance MCP MCP Server

io.github.adelaidasofia/finance-mcp

What is the Local-first personal finance MCP MCP server?

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

How to install Local-first personal finance MCP

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • PLAID_CLIENT_ID
    required

    From dashboard.plaid.com

  • PLAID_SECRET
    required
    secret

    From dashboard.plaid.com

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "finance-mcp": {
      "command": "https://github.com/adelaidasofia/finance-mcp/releases/download/v0.1.0/finance-mcp.mcpb",
      "args": [],
      "env": {
        "PLAID_CLIENT_ID": "<YOUR_PLAID_CLIENT_ID>",
        "PLAID_SECRET": "<YOUR_PLAID_SECRET>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "finance-mcp": {
      "command": "https://github.com/adelaidasofia/finance-mcp/releases/download/v0.1.0/finance-mcp.mcpb",
      "args": [],
      "env": {
        "PLAID_CLIENT_ID": "<YOUR_PLAID_CLIENT_ID>",
        "PLAID_SECRET": "<YOUR_PLAID_SECRET>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "finance-mcp": {
      "command": "https://github.com/adelaidasofia/finance-mcp/releases/download/v0.1.0/finance-mcp.mcpb",
      "args": [],
      "env": {
        "PLAID_CLIENT_ID": "<YOUR_PLAID_CLIENT_ID>",
        "PLAID_SECRET": "<YOUR_PLAID_SECRET>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "finance-mcp": {
      "type": "stdio",
      "command": "https://github.com/adelaidasofia/finance-mcp/releases/download/v0.1.0/finance-mcp.mcpb",
      "args": [],
      "env": {
        "PLAID_CLIENT_ID": "<YOUR_PLAID_CLIENT_ID>",
        "PLAID_SECRET": "<YOUR_PLAID_SECRET>"
      }
    }
  }
}
Claude Code
claude mcp add finance-mcp --env PLAID_CLIENT_ID=<YOUR_PLAID_CLIENT_ID> --env PLAID_SECRET=<YOUR_PLAID_SECRET> -- https://github.com/adelaidasofia/finance-mcp/releases/download/v0.1.0/finance-mcp.mcpb

Related MCP servers

FastMCP server for Apollo.io — 22 tools: sequences, campaign health, mailbox warmup, enrichment,…

2
Python
MIT
View repository →

FastMCP server for surgical queries against a vault knowledge graph (NetworkX node-link JSON).…

2
Python
MIT
View repository →

Multi-account MCP for Gmail, Calendar, Drive, Docs, and Sheets — 61 tools, token-efficient, macOS…

1
Python
MIT
View repository →

macOS-only MCP server that exposes iMessage chat.db to Claude and exports per-chat history to an…

1
Python
MIT
View repository →

Multi-workspace Slack MCP server with draft+confirm safety, vault auto-export, and triple-mode…

1
Python
MIT
View repository →

FastMCP server for Substack — publish Notes and posts, pull analytics, manage drafts, pluggable…

1
Python
MIT
View repository →