← Back to Plugins
MCP Server MCP

Local-first personal finance MCP

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

mcpb:https://github.com/adelaidasofia/finance-mcp/releases/download/v0.1.0/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/adelaidasofia/finance-mcp/releases/download/v0.1.0/finance-mcp.mcpb",
      "version": "0.1.0",
      "fileSha256": "75d6344348a6b8777753cbb1c18a7d309706eea6673f838d367678d38e69c596",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "From dashboard.plaid.com",
          "isRequired": true,
          "name": "PLAID_CLIENT_ID"
        },
        {
          "description": "From dashboard.plaid.com",
          "isRequired": true,
          "isSecret": true,
          "name": "PLAID_SECRET"
        }
      ]
    }
  ]
}
mcp model-context-protocol mcpb

Comments

Sign in to leave a comment

Loading comments...