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, both phone and email verifications. Support for other Prelude products is coming.
The MCP server is off by default and is enabled per app. In the Dashboard, open your app, go to Configure, then MCP, turn on Enable MCP, and click Save. The page then shows the server URL and the setup steps for each agent, the same ones you find below.
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 Customize, then Connectors.
Click +, then 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 --scope user --transport http prelude https://mcp.prelude.dev/v1/mcp
Then type /mcp, pick Prelude, and choose Authenticate to sign in.
The consent screen shown after signing in
Add this to .cursor/mcp.json (project) or ~/.cursor/mcp.json (global):
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.
MCP is not enabled for this app: the MCP server is not enabled on that app yet. Enable it in the Dashboard under Configure, then MCP, as described in Enable the MCP server. If you don’t see that page, ask a teammate who manages the app to enable it.
Access denied to an app
access denied to app <id>: your Dashboard account does not have access to that app. Ask a teammate who manages the app to invite you from its Members page.
Rate limit exceeded
rate limit exceeded: wait a moment and ask again.
Sign-in window does not appear or keeps reopening
Make sure you can sign in at app.prelude.so, then remove and re-add the server in your agent.