Skip to content

Connector

Cursor

22 tools, 20 of them offered on the default scopes. One config file.

Steps

  1. Add .cursor/mcp.json to your project

    Drop the block above into .cursor/mcp.json at the root of your repository. That is the whole configuration: no key, no command, no arguments.

  2. Type / in a Cursor chat and open MCP

    Cursor reads the file and lists cresva there. Enable it if it is not already on.

  3. Authorize in the browser

    Cursor opens Cresva's consent screen. Choose which brands it may read and confirm, and the server shows as connected.

  4. Ask in a Cursor chat

    Try "list my Cresva brands". The tools are available to the agent from that point on.

.cursor/mcp.json
{  "mcpServers": {    "cresva": {      "url": "https://cresva.ai/mcp"    }  }}

Cresva cannot start this for you

Cursor is the client. It registers itself and opens Cresva's consent screen, so there is no button in Cresva that connects it. Once connected it appears under Connected apps in your settings, which is also where you revoke it.

Next

Authentication for the OAuth flow and the scopes, and the tool reference for what Cursor can call. The marketing page at /cursor covers the same steps for a non technical reader.