Add the following block to your claude_desktop_config.json file, then restart the app.
File locations:
{
"mcpServers": {
"questionpro": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.questionpro.com"]
}
}
}
Note: Node.js must be installed for npx to work. Download from nodejs.org.
MCP Server URL: https://ai-staging.questionpro.com/mcp/all
Note: The ChatGPT integration uses the staging URL. Feature availability may vary compared to the production endpoint.
Connect to https://mcp.questionpro.com for access to all servers, or use a specific server URL for a focused integration.
| Server | URL | Description |
|---|---|---|
| admin | https://mcp.questionpro.com/admin | User, invoice, ticket, and subscription admin tools |
| audience | https://mcp.questionpro.com/audience | Specialized-sample survey projects and audience targeting |
| bi | https://mcp.questionpro.com/bi | BI dashboards, widgets, data sources, and filters |
| closedloop | https://mcp.questionpro.com/closedloop | CX closed-loop feedback tickets and case management |
| communities | https://mcp.questionpro.com/communities | Research communities, panel members, and survey distribution |
| customer360 | https://mcp.questionpro.com/customer360 | Customer churn analysis and health scoring |
| cx | https://mcp.questionpro.com/cx | CX workspaces, segments, workflows, and transactions |
| ex | https://mcp.questionpro.com/ex | Employee Experience — folders, members, surveys |
| insightshub | https://mcp.questionpro.com/insightshub | InsightsHub repositories, files, and AI insights |
| integrations | https://mcp.questionpro.com/integrations | Survey webhooks, triggers, and data mappings |
| intercept | https://mcp.questionpro.com/intercept | Website intercept projects and targeting rules |
| journeymanagement | https://mcp.questionpro.com/journeymanagement | Journey maps, boards, and workspaces |
| livepolls | https://mcp.questionpro.com/livepolls | LivePolls creation, sessions, templates, and teams |
| organization | https://mcp.questionpro.com/organization | Org users, teams, and usage analytics |
| surveybuilder | https://mcp.questionpro.com/surveybuilder | Create and configure surveys, questions, and logic |
| surveyresult | https://mcp.questionpro.com/surveyresult | Survey response data and results |
| surveysend | https://mcp.questionpro.com/surveysend | Survey distribution and sending |
| syntheticdata | https://mcp.questionpro.com/syntheticdata | Synthetic data generation |
| uxqual | https://mcp.questionpro.com/uxqual | UX and qualitative research tools |
Check live server status at https://mcp.questionpro.com/status
| URL | Mode | Best For |
|---|---|---|
| https://mcp.questionpro.com | Search and Execute | Claude.ai and general use — recommended |
| https://mcp.questionpro.com/all | Search and Execute | Alias for the root URL |
| https://mcp.questionpro.com/full | Full Tool Listing | Development and debugging |
| https://mcp.questionpro.com/[server] | Single Product | Focused integration (e.g. /bi, /cx) |
| https://ai-staging.questionpro.com/mcp/all | Staging | ChatGPT connector setup |