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
{
"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