Skip to main content
Conveo exposes a remote Model Context Protocol (MCP) server that lets AI assistants interact with your studies — designing research, managing questions, running analyses, and more.

Connection details

FieldValue
Server URLhttps://app.conveo.ai/api/mcp
OAuth Client ID7326f7bf-48d6-4b75-a418-0c9c0d8eb901
OAuth Client Secret(leave empty)
Authentication uses OAuth 2.0 — you’ll be redirected to sign in with your Conveo account when connecting for the first time.

Adding to Claude Code

Add the following to your Claude Code settings (.claude/settings.json):
{
  "mcpServers": {
    "Conveo": {
      "type": "url",
      "url": "https://app.conveo.ai/api/mcp",
      "oauthClientId": "7326f7bf-48d6-4b75-a418-0c9c0d8eb901"
    }
  }
}
After adding the server, Claude Code will prompt you to authenticate with Conveo the first time a tool is invoked.

Adding to Claude Desktop

Open Settings → Developer → Edit Config and add:
{
  "mcpServers": {
    "Conveo": {
      "type": "url",
      "url": "https://app.conveo.ai/api/mcp",
      "oauthClientId": "7326f7bf-48d6-4b75-a418-0c9c0d8eb901"
    }
  }
}
Restart Claude Desktop and authorize when prompted.

Adding to other MCP clients

Any MCP-compatible client can connect using the details above. Provide the server URL and OAuth Client ID — no client secret is needed.

Available tools

Once connected, your AI assistant has access to tools for:
  • Studies — create and configure studies, update settings and welcome pages
  • Research objectives — add, update, reorder, and delete objectives
  • Questions — add, update, move, and delete questions; manage answer options and routing logic
  • Stimuli — create stimuli, attach assets, and link them to objectives or questions
  • Quotas & parameters — configure quota groups, parameter sets, and response limits
  • Analysis — create analysis sessions, query study data, and search interview clips
  • Quote reels — list and download quote reels, prepare snippet downloads
  • Recruitment — view recruitment overview and manage participant reporting