What is MCP?
Model Context Protocol (MCP) is an open standard that lets AI assistants interact with external tools and services. With the PickFu MCP server, you can ask your AI assistant to create polls, analyze results, and get consumer insights without leaving your conversation.Connect to the MCP server
Claude (claude.ai, desktop, and mobile)
Claude connects to remote MCP servers through its Connectors feature — no config files needed. This works the same way across claude.ai, the Claude Desktop app, and Claude mobile.Add PickFu
Click +, then Add custom connector. Enter:
- Name:
PickFu - URL:
https://mcp.pickfu.com/mcp
Claude Code
Run this command in your terminal:/mcp inside Claude Code to verify the connection and complete OAuth sign-in.
See Claude Code MCP documentation for more options.
Cursor
Add the server
Click Add new MCP server and enter:
- Name:
PickFu - Type:
Streamable HTTP - URL:
https://mcp.pickfu.com/mcp
.cursor/mcp.json in your project (or ~/.cursor/mcp.json for all projects):ChatGPT
ChatGPT supports custom MCP connectors on Plus, Pro, and Enterprise plans. You’ll need to enable Developer Mode first.Enable Developer Mode
Go to Settings → Apps & Connectors → Advanced settings, then toggle Developer Mode on.
Add the connector
In Settings → Apps & Connectors, click Add new connector and enter:
- Name:
PickFu - URL:
https://mcp.pickfu.com/mcp
Notion
Notion Custom Agents support custom MCP connections on Business and Enterprise plans. A workspace admin must enable them first.Enable custom MCP servers (admin)
Go to Settings → Notion AI → AI connectors and enable Custom MCP servers.
Add to your Custom Agent
Open your Custom Agent’s Settings → Tools & Access → Add connection → Custom MCP server. Enter:
- Display name:
PickFu - URL:
https://mcp.pickfu.com/mcp
OpenClaw
Run this command:openclaw.json manually:
Other MCP clients
Any MCP-compatible client that supports Streamable HTTP transport can connect:Available tools
Survey management
| Tool | Description |
|---|---|
create_survey | Create a new survey with questions, options, and targeting |
update_survey | Update survey settings, questions, targeting, and metadata |
publish_survey | Publish a draft survey to start collecting responses |
stop_survey | Stop a live survey early — unused responses are refunded |
delete_survey | Delete or archive a survey |
get_survey | Get full survey details including questions, options, AI summaries, and results |
get_survey_responses | Get paginated individual responses with explanations and demographics |
list_surveys | List and search your surveys with filtering by status, type, tags, and more |
add_respondents | Extend a completed survey with additional respondents without recreating it |
Poll URL builder
| Tool | Description |
|---|---|
build_poll_url | Generate a clickable URL that creates a PickFu poll with pre-filled parameters |
Media
| Tool | Description |
|---|---|
upload_media | Upload an image or video to get a CDN URL for use in surveys |
generate_image | Generate an image from a text prompt for use in poll options |
extract_images | Extract and view image URLs from a survey’s options |
Discovery and organization
| Tool | Description |
|---|---|
list_available_targeting | List all demographic targeting options for audience selection |
list_available_reporting | List all available reporting demographics |
list_tags | List tags for organizing surveys |
create_tag | Create a new tag |
list_playbooks | Discover step-by-step research playbooks |
get_playbook | Get full playbook with instructions and poll creation links |
Help
| Tool | Description |
|---|---|
help_center_search | Search the PickFu help center for articles |
mcp_feedback | Submit feedback, suggestions, or bug reports to the PickFu team |
Supported question types
| Type | Description |
|---|---|
head_to_head | A/B comparison — respondents pick a favorite (2 options) |
ranked | Respondents rank options in preference order (3–8 options) |
open_ended | Single-concept poll with written feedback |
single_select | Choose one from multiple options (3–8 options) |
multi_select | Select multiple answers (3–8 options) |
click_test | Heatmap generation from image clicks |
emoji_rating | Emoji sentiment selection with explanation |
star_rating | 1–5 star rating with feedback |
five_second_test | Brief timed exposure for first impressions |
screen_recording | Record user interaction with content |
Usage examples
Once connected, just ask your AI assistant naturally: Create a head-to-head poll“Create a PickFu poll comparing these two logo designs to see which one people prefer”Get survey results
“Show me the results from my latest PickFu survey”Target a specific audience
“Create a poll asking Amazon Prime members aged 25–34 which product image they prefer”Generate images for a poll
“Generate two product mockup images and create a head-to-head poll comparing them”
Supported countries
| Code | Country |
|---|---|
| US | United States |
| CA | Canada |
| GB | United Kingdom |
| AU | Australia |
| DE | Germany |
| FR | France |
| ES | Spain |
| IT | Italy |
| JP | Japan |
| KR | Korea |
| MX | Mexico |
| BR | Brazil |
| ZA | South Africa |
| PL | Poland |
| SE | Sweden |
Sample sizes
Available respondent counts: 15, 30, 50, 75, 100, 200, 300, 500Option formats
Polls support various content types for options:- Text — Plain text options
- Media URL — Images or videos via URL
- ASIN — Amazon product by ASIN for comparison
- Image set — Multiple images grouped together
- Mockup — Product listing mockups (SERP or listing style)
All options within the same question must use the same content type.
Authentication
The MCP server supports two authentication methods. Most clients support both.OAuth (automatic)
OAuth works out of the box with all clients listed above. When you first use a PickFu tool, your AI client prompts you to sign in to your PickFu account. No configuration needed.API keys
For automation, CI/CD pipelines, and long-running agents, authenticate with an API key instead of OAuth.Create an API key
Go to Settings > API Keys in your PickFu account and create a new key.
Need help?
MCP documentation
Learn more about the Model Context Protocol.
Help center article
Quick setup overview for non-developers.
Contact support
Get help with MCP server setup.
