The Prelude MCP server lets AI agents such as Claude, ChatGPT, Cursor, or VS Code read your Prelude data and answer questions about it in plain language. MCP, the Model Context Protocol, is an open standard that lets AI agents use external tools.The MCP server is read-only: an agent can look things up, but it cannot change anything in your account. It currently covers Verify phone verifications. Support for other Prelude products is coming.
To enable the MCP server on your app, contact us. Access is enabled per app.
You need a Dashboard account with access to the app, and an AI agent that supports remote MCP servers. The MCP server URL is https://mcp.prelude.dev/v1/mcp.
1
Add the server to your agent
Claude
Claude Code CLI
Cursor
ChatGPT
VS Code
In Claude (web or desktop), open Settings, then Connectors. Click Add custom connector, name it Prelude, and paste https://mcp.prelude.dev/v1/mcp as the server URL. Click Add, then Connect and sign in.
The consent screen shown after signing in
In a terminal, run:
claude mcp add --transport http prelude https://mcp.prelude.dev/v1/mcp
Then type /mcp and pick Prelude to sign in.
The consent screen shown after signing in
Add this to .cursor/mcp.json (project) or ~/.cursor/mcp.json (global):
Then open Settings, MCP, and click Connect next to Prelude.
Open Settings, then Connectors. Click Create, name it Prelude, paste https://mcp.prelude.dev/v1/mcp as the server URL, and choose OAuth as the authentication method. Click Create, then connect and sign in. Custom connectors require developer mode to be enabled in ChatGPT settings.
Then click Start above the server entry and sign in when prompted.
2
Sign in and allow access
Your browser opens to the Dashboard sign-in page. Once you sign in, a consent screen asks you to allow the agent to connect to your Prelude workspace. Click Allow access.
3
Start asking questions
The agent first lists the apps you have access to, then uses the app you name. Ask it a question about your Prelude data to try it out.