Loading MCP server directory, please wait...
Self-hosted, read-only MCP server that connects your banks and investments via Plaid.
npx @getmcp/cli add io.github.JosueM1109/personal-finance-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
PLAID_CLIENT_IDYour Plaid client_id from the Plaid dashboard (Team Settings -> API).
PLAID_SECRETYour Plaid secret for the target environment (production or sandbox).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.JosueM1109/personal-finance-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"PLAID_CLIENT_ID",
"-e",
"PLAID_SECRET",
"-e",
"PLAID_ENV",
"-e",
"PORT",
"ghcr.io/josuem1109/personal-finance-mcp:1.0.0"
],
"env": {
"PLAID_CLIENT_ID": "",
"PLAID_SECRET": "",
"PLAID_ENV": "production",
"PORT": "8000"
}
}
}
}