Skip to content
Cursor

finance intelligence mcp for Cursor

io.github.ronit-019/finance-intelligence-mcp

Personal finance MCP server with budgeting, analytics, and PostgreSQL.

client:Cursor transport:stdio runtime:pypi

Install finance intelligence mcp 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": {
    "finance-intelligence-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "finance-intelligence-mcp"
      ],
      "env": {
        "DATABASE_URL": "<DATABASE_URL>"
      }
    }
  }
}

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

finance intelligence mcp in other clients