MCP Integration
Connect Claude Desktop, Cursor, VS Code, or any MCP-compatible AI client to your Survona workspace. 95+ tools available.
Quick Start
01
Choose your connection method
ChatGPT uses browser login (OAuth 2.0) — no API key needed. For Claude, Cursor, or VS Code, create a free API key in Dashboard → Settings → API Keys.
02
Configure your AI client
Add the Survona MCP server URL to your client. ChatGPT handles auth automatically. Other clients need your API key in the config.
03
Start using tools
Your AI client now has 95+ tools for surveys, personas, categorization, and more.
Client Configuration
ChatGPT
No API Key NeededChatGPT Plus / Team / Enterprise
1. Open ChatGPT → Settings → Connected tools 2. Click "Add MCP server" 3. Enter: https://mcp.survona.com/mcp 4. Sign in to Survona when prompted 5. Done — start chatting!
Claude Desktop
~/.config/claude-desktop/config.json
{
"mcpServers": {
"survona": {
"url": "https://mcp.survona.com/mcp",
"headers": {
"X-API-Key": "agt_pub_YOUR_KEY"
}
}
}
}Cursor
.cursor/mcp.json
{
"servers": {
"survona": {
"url": "https://mcp.survona.com/mcp",
"headers": {
"X-API-Key": "agt_pub_YOUR_KEY"
}
}
}
}Example Queries
Once connected, ask your AI assistant anything:
“Create a customer satisfaction survey with 10 questions”
“Generate 10 personas for market research”
“Analyze my latest survey responses”
“Run a focus group on product pricing”
“Categorize responses using deep analysis mode”
“Generate a report in Arabic”
“How many responses did my survey get?”
“How do I publish an app via MCP?”
Ready to connect?
ChatGPT users connect via browser login. Other clients need a free API key.