Which should I use?
Read the Reach for it when row first — it maps your situation to a tool. Everything below it is supporting detail.| Web app | MCP server | CLI | REST API | |
|---|---|---|---|---|
| Who it’s for | Anyone — no code | People working inside an AI assistant | Developers, scripts, autonomous agents | Developers building integrations |
| Reach for it when… | You want to create or read a poll by hand, visually | You want to run research by chatting with Claude, Cursor, or ChatGPT | You need polls in scripts, CI/CD, or a watch loop for agents | You’re embedding PickFu in your own app, backend, or a no-code tool (Zapier, Make) |
| How you use it | Open app.pickfu.com | Ask your AI assistant | pickfu survey create … in a terminal | HTTP requests to api.pickfu.com/v1 |
| Getting started | Just sign in — nothing to install | Connect once (~1 min) · OAuth or API key | npm i -g @pickfu/cli · OAuth or API key | Create an API key |
| Output | Visual dashboard | Rich chat — text + inline images | JSON + readable tables | JSON (OpenAPI-spec’d) |
MCP server
Connect Claude, Cursor, ChatGPT, Notion, Windsurf, and other AI assistants to PickFu.
CLI
Create and manage polls from the command line.
REST API
Call PickFu’s v1 endpoints directly from any language.
Authentication
OAuth and API key authentication for the MCP server, CLI, and API.
Support
Get help from our support team.
What you can do
With the PickFu MCP server, CLI, and REST API, you can:- Create surveys from AI assistants — Ask Claude, Cursor, or ChatGPT to create and publish PickFu polls through natural conversation
- Generate and upload media — Create images from prompts or upload your own for use in polls
- Retrieve real-time results — Get survey responses, AI summaries, and analytics as they come in
- Target specific audiences — Use demographic traits to reach the right respondents
- Automate your workflow — Integrate PickFu into your product development pipeline
Still choosing between MCP and CLI?
These two are the closest substitutes — both let AI tools drive PickFu over the same platform. If you’ve narrowed it down to these two, here’s where they actually differ:| Capability | MCP server | CLI |
|---|---|---|
| View survey images inline (in AI assistant chat) | Yes | – |
| Poll URL builder | Yes | – |
| Help center search | Yes | – |
Watch/wait for survey completion (survey watch) | – | Yes |
| Upload media from a local file | – | Yes |
| JSON output for scripting | – | Yes |
| Schema introspection | – | Yes |
Getting started
Connect the MCP server
Add PickFu to your AI client — setup takes about a minute. The MCP server works with Claude, Cursor, ChatGPT, Notion, Windsurf, and any MCP-compatible client.
Authenticate
Choose your auth method: OAuth (automatic — sign in when prompted) or API key (create at Settings > API Keys for automation and CI/CD). Both work with the MCP server and CLI.
Create your first poll
Ask your AI assistant to create a PickFu poll, or use the CLI to launch one from your terminal.
