How to Use the QuestionPro MCP in Claude Code
Claude Code runs the QuestionPro MCP Server in your terminal to automate survey exports and data pipelines via command line.
Works with every AI agent you already use
…and any MCP-compatible client
Connect QuestionPro MCP to Claude Code
Create your Vinkius account to connect QuestionPro to Claude Code — we handle the hosting, security, and runtime updates so you don't have to. No server setup required.
Key Capabilities
Headless survey data pipelines
Run `list_surveys` and `get_survey_stats` directly from your terminal to monitor survey health. This is perfect for cron jobs or CI/CD scripts. By piping output from `list_responses` into other CLI tools, you automate your data analysis workflow. Claude Code executes these steps without a GUI.
Terminal-based survey administration
Use `create_survey` to spin up new questionnaires from the command line. You can manage your entire library using `list_surveys_by_folder` without opening a browser. Inspect your configuration using `list_questions` to ensure your terminal-based automations are targeting the correct data fields.
Verify integration status via CLI
Use `check_questionpro_status` in your deployment script to verify connectivity before processing feedback. This avoids failed jobs caused by auth issues. If you need to manage participants, `list_email_lists` and `list_users` provide the visibility you need. Everything runs within your existing terminal session.
Set up QuestionPro MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seequestionpro-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest QuestionPro transactions." It will automatically discover and invoke the available QuestionPro tools.
claude mcp add --transport http questionpro-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about QuestionPro MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the QuestionPro MCP today
We host it, we monitor it, we maintain it. You just paste one token.