Great Question MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Great Question MCP ServerCreate a study on checkout abandonment with 5 participants."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Great Question MCP Server
Run user research from any AI tool. The official Model Context Protocol (MCP) server for Great Question โ the AI UX research platform for product builders.
Once connected, Claude, ChatGPT, Cursor, Windsurf, Gemini CLI, and any other MCP-compatible client can create research studies, recruit participants, and query insights directly from your Great Question workspace.
"The Great Question MCP surfaces insight across studies in minutes, not days. It brings real customer patterns into discovery when decisions are happening, so we can act with confidence and build what matters most." โ Matt Radel, VP of Design & UX at InvoiceCloud
What it does
This is not a read-only research lookup tool. AI agents connected to this server can actively run research workflows:
๐ค Create moderated interview studies from a single prompt
๐ Build multi-question surveys without leaving the conversation
๐งช Set up prototype tests with screeners, scheduling, and incentives
๐ฏ Search your customer CRM to identify the right participants for each study
๐ Query your research repository for insights, summaries, and reports across past sessions, transcripts, and tags
Related MCP server: Dovetail MCP Server
Who it's for
Product managers bringing the customer voice into PRDs and discovery work
UX researchers scaling research programs without scaling hands-on coordination
Designers referencing past usability findings while building new flows
Research ops teams streamlining workflows across studies and repositories
Founders doing product discovery without a dedicated research function
Setup
Prerequisites
A Great Question workspace (any plan)
An MCP-compatible client (Claude Desktop, Claude Code, Cursor, Windsurf, ChatGPT, Gemini CLI, or any other)
Installation
The Great Question MCP is hosted โ there is nothing to install locally. You add it to your MCP client by pointing it at our endpoint:
https://greatquestion.co/api/mcp/v1Claude Code
claude mcp add --transport http great-question https://greatquestion.co/api/mcp/v1Claude Desktop
Open Claude Desktop โ Settings โ Developer โ Edit Config, then add:
{
"mcpServers": {
"great-question": {
"type": "http",
"url": "https://greatquestion.co/api/mcp/v1"
}
}
}Restart Claude Desktop. You'll be prompted to authorize via OAuth on first use.
Cursor
Cursor โ Settings โ MCP โ Add new MCP server:
{
"mcpServers": {
"great-question": {
"url": "https://greatquestion.co/api/mcp/v1"
}
}
}Windsurf
Windsurf Settings โ Cascade โ MCP Servers โ Add custom server with URL https://greatquestion.co/api/mcp/v1. Windsurf supports OAuth automatically.
ChatGPT
In ChatGPT, go to Settings โ Connectors โ Add connector. Use the URL https://greatquestion.co/api/mcp/v1. You'll be prompted to sign in via OAuth.
Gemini CLI
gemini extensions install https://github.com/GreatQuestion/mcpOther MCP clients
Any MCP client that supports remote (HTTP) servers can connect using the URL https://greatquestion.co/api/mcp/v1. Authentication is OAuth 2.0.
Authentication & security
OAuth 2.0 โ credentials are never exposed to the AI client. You sign in to Great Question on first connection; the AI agent receives a scoped access token.
Role-based permissions โ every action respects the role you have in your Great Question workspace. If you can't create studies in the UI, you can't create them via the MCP either.
SOC 2 Type II compliant โ Great Question maintains an active SOC 2 Type II attestation; the MCP inherits the same controls as the rest of the platform.
Workspace isolation โ your data never crosses workspace boundaries.
Example prompts
Here are some prompts that work well with the Great Question MCP. They're meant as a starting point โ the server exposes the full set of research workflows, so phrasing is flexible.
"Create a moderated interview study about checkout abandonment, 6 participants from our enterprise customers, 30 minutes, $100 incentive."
"Find the 5 most-mentioned pain points across our usability tests from the last 90 days."
"Recruit 10 PMs from our CRM who fit our ICP for a survey on AI tool adoption."
"Summarize what we've heard from customers about our pricing in the last quarter."
"Pull every quote from our research repository where someone mentions [feature name]."
Tools exposed
The server exposes the following toolsets. Tool names and exact arguments are discovered automatically by your MCP client โ this list is for orientation.
Studies โ list, create, configure, and launch interview studies, surveys, and prototype tests
Participants โ search your customer CRM, segment by attributes, generate participant lists for studies
Scheduling & screeners โ configure availability, screening questions, and incentive structures
Repository search โ full-text and semantic search across past sessions, transcripts, highlights, and tags
Insights & reports โ query existing reports and generate summaries across multiple studies
Resources
Landing page: greatquestion.co/features/mcp-integration
Great Question: greatquestion.co
Endpoint:
https://greatquestion.co/api/mcp/v1MCP namespace:
io.github.greatquestion/mcpStatus: Live production
Transport: Streamable HTTP
Auth: OAuth 2.0
Support
Bugs and feature requests: open an issue
Customer support: support@greatquestion.co
Security disclosures: security@greatquestion.co
License
MIT โ see LICENSE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
AlicenseBqualityDmaintenanceConnects AI assistants (Claude, Cursor, etc.) directly to the HiveFlow automation platform, allowing them to create, manage, and execute automation flows through natural language commands.Last updated9344MIT
Dovetail MCP Serverofficial
Alicense-qualityCmaintenanceConnects AI tools to the Dovetail API, enabling them to interact with Dovetail features.Last updated1,9838MIT- Alicense-qualityBmaintenanceEnables AI assistants to interact with your Productboard workspace, allowing features, products, notes, objectives, key results, and releases management.Last updated19MIT
- Alicense-qualityDmaintenanceEnables AI assistants to fully interact with Asana, including creating and managing tasks, projects, time tracking, and search, all through natural language.Last updated351MIT
Related MCP Connectors
Create AI surveys with dynamic follow-up probing directly from your AI assistant.
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
AI-moderated research platform: create and launch studies and query interview results.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/GreatQuestion/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server