Set up Maze MCP
Last updated: August 19, 2026
Claude (Desktop App and claude.ai)
For Pro and Max plans:
Go to your Claude account
Click on Customize in the left sidebar and then Connectors
Click on “Browse” and search for Maze and select it
Click Connect
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:
Go to your Claude account and navigate to Organization settings > Connectors
Click on “Browse” and search for Maze and select it
Click Connect
Steps for members after connector is configured:
Go to your Claude account
Click on Customize in the left sidebar and then Connectors
Click on “Browse” and search for Maze and select it
Click Connect
ChatGPT
Go to your ChatGPT account
Click on Apps in the left sidebar
Search for Maze and select it
Click Connect
Cursor
Open Cursor and go to Settings → Tools & MCPs
Click Add Custom MCP
Paste the following config under
mcpServers:
{
"mcpServers": {
"maze": {
"url": "https://connect.maze.co/mcp"
}
}
}Save, then return to Tools & MCPs and click Connect on the Maze entry
Gemini CLI
Install Gemini CLI (needs Node.js 20+)
npm install -g @google/gemini-cliAdd the Maze server to
~/.gemini/settings.json(mac) orC:\Users\<username>\.gemini\settings.json(windows)
{
"mcpServers": {
"maze": {
"httpUrl": "https://connect.maze.co/mcp"
}
}
}Authenticate. Launch it by running gemini in your terminal and then in the CLI run: /mcp auth mazeA
The browser window will open. Sign in with your Maze account. The token is stored and reconnects automatically after that.
Verify. Run /mcp to confirm the Maze server shows as connected with its tools listed.
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:
{
"servers": {
"maze": {
"type": "http",
"url": "https://connect.maze.co/mcp"
}
}
}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.
Microsoft Copilot
To enable Maze MCP inside Copilot and other Microsoft channels (like Microsoft Teams) you need to create a new agent with a custom tool connector that points to our MCP:
Go to https://copilotstudio.microsoft.com/ and sign in
Go to the Agents tab and Click on Create blank agent
Enter the name of the agent; we recommend Maze
On the overview page you can setup a user facing description, choose the model you want to use for the agent and enter custom instructions to further customize the agent. We recommend also disabling web search since Maze MCP doesn’t need it
Go to the Tools section and click Add a tool
Select the Model Context Protocol card and enter:
Server name - Maze Connect
Server description - Connect Maze to look up research studies, review session results, and surface user insights without leaving the workflow. Find studies by topic even when the study name is unknown, go through participant responses and task metrics, retrieve highlights and themes from moderated and unmoderated sessions, and pull recordings or transcripts for deeper analysis. This is useful for pulling evidence for a product decision, synthesizing research before a design review, or catching up on studies that have not been reviewed yet.
Server URL - https://connect.maze.co/mcp
Authentication - Select OAuth 2.0 and type Dynamic discovery
Click create
Once created click on the Connection and create a new connection - you will be prompted for your Maze Account and authorizing access for the MCP
Once the connection is set click Add and configure
If everything set up correctly, you should see the tool and resources list populated
If the agent was still provisioning you might need to refresh the tool list and resources list
Use the right chat box to test your agent (try: “What maze teams am I apart of” or some other prompt from the help article)
You will be asked to Open connection manager to setup the connection for the user. This is because the Agent uses the users Maze permissions instead of a service level account. Once done hit retry and check the MCP returns a result
On the channels tab choose which channel you want to provision your agent for
Hit publish to publish your agent
Depending on your organization settings, you might need an admin to approve the agent to appear in the correct channels
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
Learn more
Still need help?
If you have any questions or concerns, please let our Support team know — we'll be happy to help!