Cursor
Configuration (OAuth, recommended)
Section titled “Configuration (OAuth, recommended)”In Cursor, go to Settings → MCP and add a new server, or edit ~/.cursor/mcp.json directly:
{ "nuez": { "type": "http", "url": "https://sandbox-mcp.nuez.app/mcp" }}No headers field. Cursor detects that the server requires OAuth and opens a browser for you to log in — same account you use for the dashboard.
Configuration (API key)
Section titled “Configuration (API key)”For a headless/shared install where an interactive browser login isn’t practical, authenticate with an API key instead:
{ "nuez": { "type": "http", "url": "https://sandbox-mcp.nuez.app/mcp", "headers": { "Authorization": "Bearer nz_YOUR_KEY_HERE" } }}After saving either config, restart Cursor. The nuez tools will be available in Cursor’s agent/composer mode.
Verifying the connection
Section titled “Verifying the connection”Open the agent panel and ask:
“List available nuez tools”
Cursor should respond listing tools like get_balance, get_cvu, and request_payout — see Available tools for the full set.