Maze MCP
Last updated: June 17, 2026
The Maze MCP connects your Maze account to AI apps like Claude, Cursor, Copilot, and ChatGPT. It allows you to search for studies, review responses and transcripts, and analyze research seamlessly in your workflow.
Once connected, you can ask questions about your research directly in the apps you already use — without logging into Maze or exporting anything.
MCP (Model Context Protocol) is an open standard that lets AI apps connect to external tools and data sources. Maze runs a remote MCP server that your AI app connects to over HTTPS. When you ask a question, your app sends the prompt to Maze's server, which returns the relevant data (transcripts, results, insights) for the app to use in its response.
What you can do with the Maze MCP
Read study details and transcripts
Pull up what a specific study covered, how it was set up, and what participants said, without opening Maze.
Go deeper on a specific study
"Walk me through the results of [study name]."
"Where did participants struggle in [study name]?"
"What were the most common drop-off points in [study name]?"
Surface patterns across studies
Instead of reading reports one at a time, ask your AI app to look across multiple studies and tell you what keeps coming up — useful for spotting recurring problems or confirming that a finding isn't a one-off.
"What themes keep coming up across our [topic] research?"
"Is [problem] showing up in more than one study?"
"How have reactions to [feature] changed between [study A] and [study B]?"
Pain points analysis and quotes gathering
Extract the top friction points from a study and surface direct participant quotes. Good for quickly building the "what users said" evidence base for a decision or document.
“What are the top pain points from this study?”
“How [confident/comfortable/etc] are users using our [product X], considering the unmoderated study we ran recently about [product X]?”
“Based on the transcripts, what are the key quotes/highlights from the users?”
Search across your research
Ask questions like "What did participants say about the checkout flow?" and get findings pulled from across your studies, with the source and study context attached.
Check what research already exists
Before starting a new study, ask what's already been run on a topic to avoid duplicating work.
"What research exists on [topic] in my [workspace name] workspace?"
"Has anything been run on [feature] in the last six months?"
"Are there any themes tagged [topic] across our studies?"
Study and action recommendations and guidance
Get the "so what" from a study: what to improve next time, what opportunities to pursue, and what follow-up research makes sense.
“What could I do better next time if I were to re-run the study again in the future?”
“What are the top key opportunities from this study?”
“For this study, what are the recommended next steps/further research projects we should do next?”
Work in the apps you already use
Everything above works inside Claude, Cursor, ChatGPT, and any MCP-compatible app. Your existing Maze permissions apply; you only see what you already have access to.
Set up Maze MCP
Claude (Desktop App and claude.ai)
For Pro and Max plans:
Go to Settings → Customize → Connectors (or directly to customize from the sidebar)
Click "+" (top right)
Then "Add custom connector"
Add the URL: https://connect.maze.co/mcp
More info here: https://support.claude.com/en/articles/11175166-get-started-with-custom-connectors-using-remote-mcp#h_3d1a65aded
For Team and Enterprise plans:
Preliminary steps for owners: Before members of Team and Enterprise plans can configure custom connectors, an Owner or Primary Owner needs to follow these initial steps to add a custom connector to your organization:
Navigate to Organization settings > Connectors.
Click the "Add" button.
Hover over “Custom,” then select “Web.”
Add Maze’s connector URL: https://connect.maze.co/mcp
Finish configuring your connector by clicking "Add."
Steps for members after connector is configured:
Navigate to Customize > Connectors
Find the Maze connector your Owner added in the list (it will have a "Custom" label).
Click "Connect" to authenticate and start using the connector with Claude.
More info here: https://support.claude.com/en/articles/11175166-get-started-with-custom-connectors-using-remote-mcp#h_3d1a65aded
ChatGPT
Go to Settings → Apps → Advanced settings
Toggle Developer mode on
Click Create app and fill in:
Name: Maze Connect
Description: Search your Maze user research workspace — moderated and unmoderated studies, AI-moderated interviews, sessions, transcripts, themes, highlights, and tags from real participants. Use for questions about study results, what users said, recruitment, and research findings.
MCP Server URL:
https://connect.maze.co/mcpAuthentication: OAuth
Authenticate via your browser
Cursor
Open Cursor and go to Settings → Tools & MCPs
Click Add Custom MCP
Paste the following config under
mcpServers:

Save, then return to Tools & MCPs and click Connect on the Maze entry
GitHub Copilot (VS Code)
Option A — Command Palette:
Open the Command Palette (
⇧⌘Pon Mac /Ctrl+Shift+Pon Windows/Linux) and run MCP: Add ServerChoose HTTP (Streamable)
Enter the server URL:
https://connect.maze.co/mcpName it
maze-connectand choose Global (all workspaces) or Workspace
Option B — Edit config directly:
Run MCP: Open User Configuration for a global setup, or create .vscode/mcp.json in your workspace, and add:

Then:
Click Start on the CodeLens above the server entry in
mcp.jsonClick Auth to complete the OAuth flow in your browser
In the Chat view, switch the mode picker to Agent — Maze tools appear under Configure Tools in the chat input (or type
#to reference them)
Verify it works: Run "Which Maze teams am I in?" — Copilot should respond with your team list.
Other AI apps
Claude Code (CLI)
Run the following in your terminal:
claude mcp add --transport http maze-connect https://connect.maze.co/mcp
Open a Claude session
Run
/mcpand selectmaze-connect(it will indicate authentication is needed)Click Authenticate and follow the auth flow in your browser
Codex
Open the Codex app and run:
codex mcp add maze-connect --url https://connect.maze.co/mcp
If not automatically prompted to log in, run:
codex mcp login maze-connect
Fully close the Codex app (don't just minimize it) and reopen it — Maze MCP will now be available
Data and privacy
Who can connect
Maze MCP is available on Enterprise plans. Any user on an Enterprise team can connect their account to an MCP-compatible AI app — connecting grants access to your own account only and doesn't give other users access to your research.
If you're on a team with multiple plan types, you'll only be able to access studies and data from your Enterprise-plan team(s) through MCP.
Your organization admin may need to enable third-party connectors before you can connect. If you don't see the option, ask your admin to check your organization's connector settings. Authorization uses OAuth 2.1, an industry-standard security protocol.
What happens when you ask a question
Your AI app sends your prompt to Maze's MCP server, which returns the relevant research data — transcripts, results, metadata — for the app to use in its response. Access is read-only: your AI app can query your research, but can't create or modify anything in Maze.
What your AI app can access
Your existing Maze workspace permissions apply. If you can't open a study in Maze, your AI app can't read it either.
Your AI app can't:
Create, edit, or delete anything in Maze (read-only access)
Access studies or data outside your workspace permissions
Read billing information or account credentials
Team data boundaries
Your existing Maze workspace permissions apply throughout.
Maze MCP respects your team’s existing access controls. This means that, if your team has limited access workspaces, those boundaries apply to MCP queries the same way they apply in the Maze app.
What Maze stores
Maze doesn't store your prompts or conversation history. What's stored in Maze stays the same as always: your studies, results, and research data.
Revoking access
Disconnect at any time from within your AI app's settings. Revoking access doesn't delete any research data; it only removes the app's permission to read it.
Still need help?
If you have any questions or concerns, please let our Support team know — we'll be happy to help!