Use Ceven from your AI assistant

Ceven runs a hosted MCP server. Add it to Claude, Claude Code, or ChatGPT with just a link, authorize once in your browser, and build & run workflows, connect integrations, run deep research, save documents, find prospects, and run code — all from chat. No API key to paste.

How it works

You add the Ceven MCP server to your client using only its URL. The first time the client connects, it sends you to a Ceven consent screen in your browser. You sign in with your normal Ceven account and click Authorize. That’s it — the client receives a short-lived token that it refreshes automatically. You never paste a password or a long-lived key.

Under the hood this is standard OAuth 2.1 with PKCE. The token is scoped to your account, refreshes on its own, and is revocable at any time from your MCP client.

The one URL you need:
https://api.ceven.io/api/v1/mcp

Claude Code

  1. 1. Add the server — run this in your terminal:

    claude mcp add --transport http --scope user ceven.io https://api.ceven.io/api/v1/mcp
  2. 2. Start an interactive session:

    claude
  3. 3. Inside the session, run /mcp, select ceven.io, and choose Authenticate.

  4. 4. A browser tab opens to Ceven — click Authorize. The token is managed and refreshed for you from then on.

Claude Desktop & claude.ai

  1. 1. Open Settings → Connectors → Add custom connector.

  2. 2. Paste this as the server URL:

    https://api.ceven.io/api/v1/mcp
  3. 3. Save, then click Connect — a browser window opens to Ceven; click Authorize.

ChatGPT

  1. 1. Open Settings → Connectors (or a custom GPT → Actions) → Add.

  2. 2. Paste this as the MCP server URL:

    https://api.ceven.io/api/v1/mcp
  3. 3. Connect — a browser window opens to Ceven; click Authorize.

MCP connector support varies by ChatGPT plan and surface. If you don’t see custom connectors, use Claude or Claude Code, which support the flow above today.

What you can do

Once connected, your assistant can use the Ceven tools on your behalf. The connector acts as you — it can do what you can do in the Ceven app.

Workflows & automations

  • Create a workflow from a description, then run it or schedule it
  • List your workflows and inspect a run’s step-by-step trace to debug it
  • Trigger a run on demand and read its output

Connected apps

  • See which apps you’ve connected and what actions are available
  • Use those apps inside a workflow (Slack, Gmail, Google Sheets, and the rest)

Research & prospects

  • Run Wide Research — a deep, multi-source report with cited sources
  • Find prospects that match an ideal-customer description
  • Run competitive and company research on your behalf

Documents & artifacts

  • Create a document from text, or upload a file or link straight into a chat
  • List, open, and remove the artifacts attached to your conversations

Code

  • Run Python or Node in Ceven’s sandbox
  • Add a code step to a workflow so it runs automatically on a schedule or trigger

Security & revoking access

Connecting never asks for a password or a long-lived API key. The client gets a short-lived access token plus a refresh token, both tied to your account and both revocable.

You can disconnect Ceven from your MCP client at any time. Revoking takes effect immediately — the client has to re-authorize in the browser to reconnect.

FAQ

Do I need to paste an API key or token?

No. You add only the server URL and authorize in your browser. Ceven manages a short-lived, auto-refreshing token for the client.

What is MCP?

The Model Context Protocol is an open standard that lets AI assistants connect to external tools and data. Ceven runs a hosted MCP server so your assistant can use Ceven directly.

Is my data safe?

The connector acts as your account with a revocable, short-lived token — the same permissions you already have in the Ceven app. You can disconnect the client at any time.

How do I disconnect a client?

Remove the Ceven MCP server from your client. Its token stops working immediately and it must re-authorize to reconnect.

Which clients are supported?

Any MCP client that supports remote (HTTP) servers with OAuth. Claude Code and Claude (Desktop & claude.ai) work today; ChatGPT support depends on your plan and surface.

Connect it in a minute

Add the server URL to your client and authorize in the browser.

Open Ceven