Great Question MCP Guide · Updated weekly

The ultimate guide to UX research with MCP

The guide to running UX research from inside Claude, Cursor, or ChatGPT. Written for the people approving it, the people rolling it out, and the people actually using it.

94+
Tools across the research workflow
Unlimited use
No metering on the MCP use.
< 5 min
Median time to first prompt

The Great Question MCP server connects your research repository to your AI client of choice. Every study, every transcript, every highlight, every insight. Once connected, your AI can read your research, design new studies, recruit panelists, and synthesise findings without leaving the chat.

Included free on Pro and above. No charge per tool call. We don’t meter MCP usage.
Customer research is moving inside the AI client. The MCP is how Great Question gets there with you.

The guide

Who this is for

Pick your seat. This guide is structured top to bottom in the order most enterprises read it.

01
The person evaluating it

Security, IT, ReOps, vendor risk. The "if I flip it on, what happens?" reader.

Jump to: Security model
02
The person rolling it out

Head of Research, Product, Design, CIO. The "how do I do this in waves?" reader.

03
The person using it

Researcher, PM, designer, CSM, exec. The "what can I actually do?" reader.

Jump to: Quick start
04
The person buying it

Same nuance as above. The evidence you want is in customer stories.

Jump to: Customer stories

Quick start

Install it yourself. No engineer. No API key.

No procurement gate. Pick your client, paste the server URL, authorize in the browser. First prompt in under 5 minutes.

SERVER URL
https://greatquestion.co/api/mcp/v1
Claude Desktop
  1. Profile picture → Customize → Connectors → Add custom connector
  2. Name: Great Question. URL: paste the server URL. Click Connect.
  3. Authorize in the browser window that opens.
  4. Restart Claude Desktop.
  5. Try: “What studies have I run in the last 6 months?”
Claude Code
claude mcp add --transport http GreatQuestion https://greatquestion.co/api/mcp/v1

Approve in the browser. Verify with claude mcp list. Done.

Cursor

Open settings (Cmd-Shift-J). MCP tab → New MCP Server. Paste:

{"mcpServers":{"great-question":{"url":"https://greatquestion.co/api/mcp/v1"}}}

Save, Connect, authorize.

ChatGPT

Settings → Apps → Advanced settings → toggle Developer mode. Create app with name Great Question, paste server URL, OAuth. Authenticate via browser.

Other clients

Windsurf, Zed, VS Code, Codex, Jules, Cline, Gemini, Cowork — standard MCP HTTP transport with the server URL above. Standard OAuth 2.0. No API keys.

What you can do

15 real prompts

Prompts our customers actually paste into Claude regularly.

Read research
“What are the top 3 things customers said about onboarding last quarter?”
“For Project Atlas, find every study, highlight, and insight tagged ‘Atlas’. Build a stakeholder readout.”
“Read this PRD [paste]. Mark every claim as supported, partial, contradicted, or no evidence. Link to highlights.”
Create research Shipped Apr 23
“Create a 5-question survey on willingness-to-pay for a Pro tier. Send me the share link.”
“Author a 30-minute moderated interview study for SMB owners who churned in the last 60 days.”
“Add 12 candidates matching senior IC + product/design + US/EU + not contacted in 90 days. Send the screener invitation.”
Synthesise across studies
“For the 18 interviews in study stu_xyz, extract the top 7 themes, attach 2–3 quotes per theme with timestamps.”
“Search for the theme ‘cognitive load’ across studies in the last 18 months. Group by study, list quote count, identify segments.”
Govern the repo
“List all candidates last contacted more than 18 months ago. Bucket by industry. Flag for re-consent or archiving.”
“Find all studies in ‘draft’ status owned by people who no longer work here. Suggest archive or reassign.”
Multi-step / agentic
“I want to test pricing sensitivity for a new $49/mo Pro tier. Create the study, write the screener, recruit 40 from list lst_paying-customers, send invites, configure the calendar, and notify me when 30 have booked.”

Customers, on record

Real names. Real quotes.

From product calls and live demos in the last 30 days.

Brex

“Building our own research stack makes no sense.”

“This feels like a long-time vision coming together. The value comes from the connection of all of these data sources together — that’s huge.”

Nico Calabro, Head of Product Foundations
Robinhood

“It can 10x our output.”

“The time to plan, conduct, and analyze research is the biggest bottleneck. If we can integrate automated workflows, the potential for research to be more impactful is so much more evident.”

Hugh Lagrotteria, Brand Research
Confluent

“Are you in Claude all day now? Basically, yes.”

Jose Rodriguez, lone researcher at Confluent. Enabled MCP live on the call.

InvoiceCloud

“No prototype, no meeting.”

Built a Claude skill on top of Great Question MCP that creates synthetic users from past interview transcripts and pre-validates designs against them.

Matt Ridel
DeepL

“The MCP is our wedge.”

“UI will shrink, CLI will grow.” DeepL is deprecating UserTesting specifically because it’s not AI-native.

Bubble ‍

Running a pilot on MCP + repo

Paying to integrate research with Claude for “speeding up the creation of shaping docs and PRDs.”

Julie, interim Head of Product Design

“For us internally, we basically don’t work with any vendors anymore that don’t have an MCP and aren’t leaning aggressively into AI.”

Ned Dwyer, CEO, Great Question

Security

What happens when you turn MCP on?

The most common enterprise question: “If I flip it on, can my entire org suddenly see everything?”

No. MCP respects exactly the permissions you already have in Great Question. If a user can’t see a study in the UI, they can’t see it via MCP.
🔒
RBAC inheritance, by default. A researcher with full repo access sees the same via MCP as in the UI. No new data classes are exposed.
🙈
PII redacted by default. Names, emails, phone numbers redacted at our server before responses leave. Admins can toggle for approved workflows. The toggle is audit-logged.
📋
Every tool call is audit-logged. User ID, tool name, parameters, timestamp, workspace ID. Your natural-language prompt never reaches Great Question — only the structured tool call does.
🔑
OAuth 2.0. No API keys. No long-lived secrets stored on your device. Your existing Great Question DPA covers MCP. No MCP-specific sub-processors.
Architecture, 90 seconds
[ AI Client ]        [ Great Question ]   [ Your LLM ]
Claude/Cursor         MCP server           Anthropic/
ChatGPT/Code          api/mcp/v1           OpenAI/etc.
     |                     |                    |
     | 1. OAuth 2.0         |                    |
     |-------------------> |                    |
     | 2. Tool call         |                    |
     |-------------------> |                    |
     |          RBAC + PII redaction             |
     | 3. Result            |                    |
     |<------------------- |                    |
     | 4. Client -> LLM     |                    |
     |----------------------------------------->|
Your prompt never reaches Great Question. Only the structured tool call does.
Path from Great Question to your LLM is governed by your contract with that provider.
Every tool call audit-logged with user attribution.

What's new

Updated weekly
2026-05-12

Cursor tool-name length bug fixed. Cursor users now see the full tool set.

2026-05-10

Listed on Smithery, LobeHub, Glama, PulseMCP, MCP.so, Cline, and the GitHub MCP Registry.

2026-05-08

Public GitHub repo for the MCP server (GreatQuestion/mcp-server).

2026-04-23MAJOR

Write operations GA. Create studies, screeners, candidates, send invites. All from your AI client.

2026-04-09

OAuth 2.0 replaces API keys. Workspace admins enable MCP from AI & MCP settings.

See full changelog →

What's coming next

MCP v1.3

IN FLIGHT

Session and transcript-title PII redaction, prototype-test aggregate analytics, incentive fields on study create/update.

Auto-generated tool reference

Continuously-updated tool documentation at /mcp/tools, regenerated on every deploy.

MCP-led onboarding

New accounts go from install to 3 ready-to-run studies in under 10 minutes with gq_bootstrap_account.

MCP Intelligence Tools

Orchestration above CRUD: gq.insights, gq.status, gq.connect, gq.recruit.

Enterprise controls

Per-user enable/disable, AI-client domain allowlist, audit-log export.

Sandbox / trial environment

So you can try MCP before committing. In exploration with engineering.

Rolling out MCP across your org

Customers who get the most out of MCP roll it out in waves rather than blasting it org-wide on day one.

WAVE 1Week 1

Research + ReOps

Senior researchers and your ReOps lead. Prove value, build the prompts library, set the tone for governance.

Outcome: 5 to 10 prompts that fit your workflows.

Metric: Daily MCP use by end of week.

WAVE 2Weeks 2 to 4

Product + Design ICs

PMs and designers who consume research the most. Shift research consumption left. Reduce find-me-a-quote requests.

Outcome: ICs self-serving top research questions.

Metric: % of PRDs citing MCP-sourced evidence.

WAVE 3Month 2+

CS, Sales, Support, Exec

Customer-facing teams and leadership. Spread customer voice deeper into the org.

Outcome: QBRs and battlecards citing research.

Metric: Decisions referencing MCP-sourced evidence per month.

Governance and quality

The biggest risk with MCP is not security. It is sloppy AI-generated synthesis that looks authoritative but is not.

Where they have used AI in terms of design is to do synthesis, but really sloppy. And so sloppy outputs leads to sloppy design, which is, yes, terrible outcomes.

Anna Moretti, Strategic Design Lead, Carsales

How do you think about automating the QA process? The report it automatically generated, the quality is just not quite there yet. So we still have to spend a lot more time to review the data, see if AI hallucinated.

Vivien Yiu, UX Researcher, Robinhood

ReOps becomes the enforcer. Tag the repo well, author rubric prompts, run AI outputs through a human review loop. Most customers use MCP for synthesis and still bring humans in for the final framing.

Frequently asked

The questions we hear on every prospect and security call.

If I turn it on, can my whole org access everything?

No. MCP inherits your existing Great Question RBAC. A user can only see and do via MCP what they can already see and do in the UI.

Is my data used to train AI models?

No. We do not train models on your data. The LLM your AI client uses is governed by your contract with that provider.

Where does my data go when I use MCP?

From Great Question to your AI client to the LLM provider you chose. We do not proxy MCP responses through any LLM provider ourselves.

What about PII?

A workspace-wide Hide PII via MCP toggle is on by default. Names, emails, and phone numbers are redacted at our server before responses leave. Admins can turn it off for approved workflows. The toggle is audit-logged.

Can I limit which users in my workspace can use MCP?

Today the toggle is workspace-wide. Per-user enable and disable is on the Q3 2026 roadmap. In the meantime, use RBAC to scope what each user can see. That scoping applies to MCP automatically.

Does it work with my AI client?

If it speaks MCP over HTTPS, yes. We officially test Claude Desktop, Claude Code, Cursor, ChatGPT, VS Code, Codex, Jules, Windsurf, Zed, Cline, Gemini, and Cowork.

Does it support audio or video?

Not via MCP. Text transcripts only.

Is there a separate DPA or sub-processor list for MCP?

No. Your existing Great Question DPA covers MCP. There are no MCP-specific sub-processors.

Can I run a trial before paying?

MCP is included on Pro and above. A trial or sandbox path is in exploration. Talk to your CS rep for early access.

MCP

Connect research to your AI tools

Give Claude, ChatGPT, or Cursor direct access to your research repository. One connection to all your customer insights.
Summaries icon
Query your entire research library from any MCP-compatible AI tool
Interview chapters icon
Synthesize across studies, transcripts, and highlights in a single prompt
Highlight icon
Pull findings into PRDs, design reviews, and Slack threads mid-conversation
Research tag icon
PII redacted by default, with role-based permissions applied automatically

Five ways to engage

In order of commitment. Start with the one that fits where you are.

1

DIY install

Help docs cover every client. Most customers are live in under 5 minutes.

Quick start →
2

30-minute setup call

Customer Success walks you through your first three prompts on your actual repo. Free on Pro.

Book a call →
3

Security review call

Engineering and Trust walk your CISO or IT team through architecture. SOC 2 reports under NDA.

Book a review →
4

MCP-curious webinar

Monthly, with breakout rooms by role. 90 minutes. Open to ICs and leaders.

Register →
5

MCP round table

Quarterly. Leaders only. Off the record. Heads of Research, Product, Design, CIOs. By invite.

Request invite →

Your repo is already the best dataset you will never use. MCP is how you finally use it.

No metering. Five-minute install. Your existing permissions, your existing data, now in the AI tool your team already lives in.