ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use SurveyMonkey with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. The automation side of SurveyMonkey: real-time response webhooks, contacts CRM with bulk import, organization/seat info, survey response trends and account chec

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 8 capabilities

The complete SurveyMonkey capability set.

These are the exact actions your AI can choose when you ask it to work with SurveyMonkey.

Capability set01 / 02

01-04

4 capabilities in this set.

Part of 8 available through SurveyMonkey.

  1. 01

    Get organization

    Enterprise accounts only; returns 403 on personal plans. Get your SurveyMonkey organization: teams, seats, users (enterprise view)

  2. 02

    Get survey trends

    Requires a paid plan with the trends feature; survey ids come from the published surveymonkey-mcp list_surveys. Get response trends for a survey (time-bucketed completion data)

  3. 03

    Get me and account

    The quickest credential sanity check and the source of account limits. Get the authenticated user profile and account (users/me): username, plan, features

  4. 04

    List webhooks

    ) and status. Pair with create_webhook for event-driven survey pipelines. List all configured webhooks (real-time push for responses and events)

Capability set02 / 02

05-08

4 capabilities in this set.

Part of 8 available through SurveyMonkey.

  1. 05

    Create webhook

    Name: label; subscription_url: your HTTPS endpoint; object_type: "survey" (also collector/user); object_ids: survey ids to watch; event_type: "responses_new" (each new response), "responses_updated", "responses_completed", "collector_new" or "survey_created". SurveyMonkey POSTs the event JSON to your URL. real-time pipelines without polling. Create a webhook: push survey responses to your endpoint in real time

  2. 06

    Delete webhook

    Permanently removes the subscription. responses stop being pushed to the endpoint. Delete a webhook by id (stop the real-time push)

  3. 07

    List contacts

    Paging via page/limit. Pair with bulk_import_contacts to seed thousands at once. List stored contacts: emails, names, custom fields (survey recipient CRM)

  4. 08

    Bulk import contacts

    Contacts: JSON array of {email, first_name?, last_name?, custom_field1..N?} (max ~100 per call); contact_list_id optionally adds them to a list. This is how you seed an email collector campaign with an entire audience programmatically. Import contacts in bulk (CSV/JSON payloads) for email collector campaigns

One connector, every AI

SurveyMonkey works with the most popular AI clients.

These are the most popular clients, each with a step-by-step guide: one link, set up once, with governance and visibility built in. And because everything runs on the MCP standard, the same connection also works in any other compatible client — nothing to rebuild.

Building your own app? The connector is yours to use.

You don't need a client to put SurveyMonkey to work: the same hosted connection plugs into your own applications and agent code, with the same governance on every request. Build with it, chat with it — one connection for both.

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 8 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of SurveyMonkey, so you can see the experience inside your AI.

It does not authenticate your account with SurveyMonkey. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

SurveyMonkey Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_Y9HMf41VU2S8tv9qLLTbbrTt8M4W2Oti3cZzyYPE/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — SurveyMonkey capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "surveymonkey-insights-automation-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_Y9HMf41VU2S8tv9qLLTbbrTt8M4W2Oti3cZzyYPE/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

Guided setup for Claude? link.label

See all the AI clients this connector works with ↑

FAQ

Questions SurveyMonkey owners ask.

  • 01

    How do I get the access token?

    Register an app at developer.surveymonkey.com, then run the OAuth authorization-code flow: authorize URL (api.surveymonkey.com/oauth/authorize) → 5-minute code → exchange at POST api.surveymonkey.com/oauth/token (client_id, client_secret, code, redirect_uri, grant_type=authorization_code). The returned access token is long-lived. paste it into this MCP's credentials.

  • 02

    How is this different from the existing SurveyMonkey MCP?

    The published surveymonkey-mcp covers survey/page/question/collector/response CRUD. This MCP is the operations layer with zero overlap: webhooks (real-time push), contacts + bulk import, organization info, survey trends and users/me.