Skip to content
Cursor

firma for Cursor

io.github.evan-moon/firma

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

client:Cursor transport:stdio runtime:npm

Install firma in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "firma": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "firma-app"
      ],
      "env": {
        "FINNHUB_API_KEY": "<FINNHUB_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

firma in other clients