Great Question
https://server.smithery.ai/greatquestion/mcp-server/mcpGreat Question is the Agentic UX research platform for product builders. Run interviews, surveys, and prototype tests — and keep every insight in a single, AI-powered repository. Once connected, Claude, ChatGPT, Cursor, Windsurf, Gemini CLI, or any other MCP client can: - Create studies — interview studies, surveys, and prototype tests directly from a prompt - Schedule and incentivize — set up screeners, scheduling, and incentives without leaving the conversation - Find the right people — search your customer CRM to identify the best candidates for each study - Query your repository — generate insights, summaries, and reports from years of past research This goes beyond read-only access. Instead of just retrieving past research, Great Question lets AI agents actively run research workflows — from recruiting the right participants to launching fully configured studies. Setup For Claude Code: bashclaude mcp add --transport http great-question https://greatquestion.co/api/mcp/v1 For other MCP clients, point them at the streamable-HTTP endpoint: https://greatquestion.co/api/mcp/v1 Sign in with your Great Question workspace credentials when prompted — OAuth 2.0 handles the rest. Security - OAuth 2.0 authorization (no API keys to manage) - Role-based permissions inherited from your Great Question workspace - SOC 2 Type II compliant - Strict data isolation between accounts - Your data is never used to train AI models Who it's for Product managers bringing the customer voice into PRDs · UX researchers scaling research programs · Designers referencing past usability tests · Research ops teams streamlining workflows.
How to connect
https://server.smithery.ai/greatquestion/mcp-server/mcp
curl -X POST https://server.smithery.ai/greatquestion/mcp-server/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'