Skip to content
Cursor

mintline mcp for Cursor

io.github.mintlineai/mintline-mcp

Connect AI assistants to your Mintline receipts, transactions, and spending analytics.

client:Cursor transport:stdio runtime:npm

Install mintline mcp in Cursor

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

{
  "mcpServers": {
    "mintline-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mintline/mcp"
      ]
    }
  }
}

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

mintline mcp in other clients