Skip to main content
The PickFu MCP server lets AI assistants create surveys, check results, generate images, and gather consumer feedback — all through natural conversation. It’s the fastest way to integrate PickFu into your AI workflow.

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

https://mcp.pickfu.com/mcp
Choose your AI client below to get set up.

Claude.ai (web)

1

Open settings

Go to claude.ai, click your profile icon, and select Settings.
2

Navigate to integrations

In the left sidebar, click Integrations (or MCP Servers depending on your plan).
3

Add the PickFu server

Click Add Integration and enter the following:
  • Name: PickFu
  • URL: https://mcp.pickfu.com/mcp
4

Authorize

When you first use a PickFu tool, Claude prompts you to sign in to your PickFu account via OAuth. Just follow the link and authorize.

Claude Desktop

1

Open settings

In Claude Desktop, go to Settings > Developer > Edit Config.
2

Add the PickFu server

In the MCP configuration dialog, add a new server:
  • Name: PickFu
  • URL: https://mcp.pickfu.com/mcp
Or manually edit the config file:macOS: ~/Library/Application Support/Claude/claude_desktop_config.jsonWindows: %APPDATA%/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pickfu": {
      "url": "https://mcp.pickfu.com/mcp"
    }
  }
}
3

Restart Claude Desktop

Close and reopen Claude Desktop to load the new server.
4

Authorize

When you first use a PickFu tool, you’re prompted to sign in to your PickFu account. Just follow the OAuth link.

Cursor

1

Open MCP settings

Go to Cursor Settings > MCP (or press Cmd+Shift+P / Ctrl+Shift+P and search for “MCP”).
2

Add the server

Click + Add new MCP server and enter:
  • Name: PickFu
  • Type: URL
  • URL: https://mcp.pickfu.com/mcp
Or add to .cursor/mcp.json in your project:
{
  "mcpServers": {
    "pickfu": {
      "url": "https://mcp.pickfu.com/mcp"
    }
  }
}
3

Authorize

Cursor prompts you to sign in to your PickFu account via OAuth when you first use a tool.

ChatGPT

1

Open settings

Click your profile icon and select Settings.
2

Add the connector

Go to Connectors > Add Connector and enter:
  • URL: https://mcp.pickfu.com/mcp
3

Authorize

ChatGPT prompts you to sign in to your PickFu account when you first invoke a tool.

Other MCP clients

Any MCP-compatible client that supports Streamable HTTP transport can connect:
URL: https://mcp.pickfu.com/mcp
Transport: Streamable HTTP (SSE)
When prompted for authentication, sign in to your PickFu account via the OAuth flow.

Available tools

Survey management

ToolDescription
create_surveyCreate a new survey with questions, options, and targeting
update_surveyUpdate survey settings, questions, targeting, and metadata
publish_surveyPublish a draft survey to start collecting responses
stop_surveyStop a live survey early — unused responses are refunded
delete_surveyDelete or archive a survey
get_surveyGet full survey details including questions, options, AI summaries, and results
get_survey_responsesGet paginated individual responses with explanations and demographics
list_surveysList and search your surveys with filtering by status, type, tags, and more
add_respondentsExtend a completed survey with additional respondents without recreating it

Poll URL builder

ToolDescription
build_poll_urlGenerate a clickable URL that creates a PickFu poll with pre-filled parameters

Media

ToolDescription
upload_mediaUpload an image or video to get a CDN URL for use in surveys
generate_imageGenerate an image from a text prompt for use in poll options
extract_imagesExtract and view image URLs from a survey’s options

Discovery and organization

ToolDescription
list_available_targetingList all demographic targeting options for audience selection
list_available_reportingList all available reporting demographics
list_tagsList tags for organizing surveys
create_tagCreate a new tag

Help

ToolDescription
help_center_searchSearch the PickFu help center for articles
mcp_feedbackSubmit feedback, suggestions, or bug reports to the PickFu team

Supported question types

TypeDescription
head_to_headA/B comparison — respondents pick a favorite (2 options)
rankedRespondents rank options in preference order (3–8 options)
open_endedSingle-concept poll with written feedback
single_selectChoose one from multiple options (3–8 options)
multi_selectSelect multiple answers (3–8 options)
click_testHeatmap generation from image clicks
emoji_ratingEmoji sentiment selection with explanation
star_rating1–5 star rating with feedback
five_second_testBrief timed exposure for first impressions
screen_recordingRecord 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

CodeCountry
USUnited States
CACanada
GBUnited Kingdom
AUAustralia
DEGermany
FRFrance
ESSpain
ITItaly
JPJapan
KRKorea
MXMexico
BRBrazil
ZASouth Africa
PLPoland
SESweden

Sample sizes

Available respondent counts: 15, 30, 50, 75, 100, 200, 300, 500

Option 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 uses OAuth. When you first use a tool that requires authentication (like creating or publishing a survey), your AI client prompts you to sign in to your PickFu account. No API keys or manual configuration needed — see the authentication guide for details.
Screenshots of the setup process for each client are coming soon. If you need help connecting, reach out to support@pickfu.com.

Need help?

MCP documentation

Learn more about the Model Context Protocol.

Contact support

Get help with MCP server setup.