← Index

io.github.evan-moon/firma

io.github.evan-moon/firma·v0.4.2·Finance & Payments
Quality Score
80
/100

Local-first portfolio tracker for overseas investors. Claude reads and writes your finances via MCP.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "firma": {
      "command": "npx",
      "args": [
        "-y",
        "firma-app"
      ],
      "env": {
        "FINNHUB_API_KEY": "<your-finnhub_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "firma": {
      "command": "npx",
      "args": [
        "-y",
        "firma-app"
      ],
      "env": {
        "FINNHUB_API_KEY": "<your-finnhub_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y firma-app
§02  Environment variables
FINNHUB_API_KEY
secret

Finnhub API key for stock price sync and market data. Get a free key at finnhub.io. Alternatively set via: firma config set finnhub-key <key>

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Finance & Payments