Connectors
Cursor
Add Ramp MCP to Cursor for editor chat, agent workflows, and Cursor CLI.
Cursor supports MCP in the editor and in Cursor CLI. Add Ramp once, authorize through Ramp OAuth, and Cursor can discover Ramp tools when a prompt needs them.
Add it in one click
Click the button and confirm the install prompt in Cursor. The first Ramp tool call opens a browser OAuth flow for your Ramp workspace.
Add to CursorAdd it manually
Prefer to edit config yourself? Add Ramp globally in ~/.cursor/mcp.json, or
inside a project at .cursor/mcp.json:
{
"mcpServers": {
"ramp": {
"url": "https://mcp.ramp.com/mcp"
}
}
}Use demo data
To explore with sample data instead of production, use the demo deeplink or swap
the URL for https://demo-mcp.ramp.com/mcp in your config.
Cursor CLI
Cursor CLI uses the same MCP configuration as the editor. After installing the server, you can inspect and authenticate it from a terminal:
agent mcp list
agent mcp login ramp
agent mcp list-tools rampUse agent for new scripts. Older references to cursor-agent are
backward-compatible aliases in current Cursor CLI releases.
Try it
Open Cursor's chat and ask:
Show me my recent transactionsReconnect
If tools look stale or auth drops, toggle the Ramp server off and on in
Cursor Settings -> MCP, run agent mcp login ramp, or re-run the install
deeplink above.