Connector guide2-minute read8 MCP toolsEnglish · Deutsch · Italiano

Cómo conectar SurveyMonkey a Gemini — via MCP

Drive SurveyMonkey from any AI agent: surveys, responses, collectors, contacts. 8 tools, OAuth2 Bearer auth.

HCBy HelpCode teamUpdated 2 min read Open source on GitHub

No credit card · 7-day trial · Self-host alternative available

SurveyMonkey

MCP connector

SurveyMonkey

Drive SurveyMonkey from any AI agent: surveys, responses, collectors, contacts. 8 tools, OAuth2 Bearer auth.

Tools

8

Region

INTL

Category

forms

Authentication

Bearer Token

Required env vars

SURVEYMONKEY_ACCESS_TOKEN
Install in one click on Cloud

7-day free trial · No credit card

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Source-available BSL-1.1
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

No install? Use cloud.anythingmcp.com directly.

Sign in, install the SurveyMonkey in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.

Open Cloud

TL;DR

Drive SurveyMonkey from any AI agent: surveys, responses, collectors, contacts. 8 tools, OAuth2 Bearer auth.

💡 ¿Sin instalación? Usa cloud.anythingmcp.com directamente. Inicia sesión, pulsa Connectors → SurveyMonkey, pega tus credenciales, genera una MCP API key — listo. Sin Docker, sin git clone, sin servidor local.

SurveyMonkey + Gemini

Drive SurveyMonkey from any AI agent: surveys, responses, collectors, contacts. 8 tools, OAuth2 Bearer auth.

Requisitos previos

Las instrucciones de configuración completas están incluidas en el conector (visibles en el store al seleccionarlo). Las variables de entorno requeridas:

SURVEYMONKEY_ACCESS_TOKEN

Paso 1 — Obtener credenciales

surveymonkey.com/v3).

Setup:

  1. Register at https://developer.surveymonkey.comAdd new app → Private app.
  2. Pick scopes: Surveys (Read), Responses (Read), Collectors (Read+Write), Contacts (Read+Write), Webhooks (Read+Write).
  3. Run the OAuth2 flow to obtain an access token. Set SURVEYMONKEY_ACCESS_TOKEN.
  4. SurveyMonkey tokens are LONG-LIVED — but can be revoked by user via app dashboard.

Authentication: Authorization: Bearer ${SURVEYMONKEY_ACCESS_TOKEN}.

Survey vs Collector vs Response:

  • Survey: the question design.
  • Collector: a distribution channel (weblink/email/popup/embed) attached to a survey.
  • Response: a submission to a collector.

…(continued in the in-app connector instructions)

Paso 2 — Instalar el adapter

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d

Paso 3 — Añadir el conector en Gemini

Gemini CLI lee servidores MCP desde ~/.gemini/settings.json (o %APPDATA%\gemini\settings.json en Windows). Añade:

{
  "mcpServers": {
    "anythingmcp": {
      "httpUrl": "https://cloud.anythingmcp.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
    }
  }
}
  1. Obtén tu MCP API key desde AnythingMCP → Perfil → MCP API Keys → Nueva Key.
  2. Guarda el archivo y reinicia gemini.
  3. Ejecuta /mcp en la Gemini CLI — SurveyMonkey debería aparecer como disponible.
  4. Vertex AI Studio: pasa https://cloud.anythingmcp.com/mcp al array tools de tu petición con el mismo header Bearer.

Herramientas disponibles

ToolWhat it does
surveymonkey_get_userReturn the user the token belongs to
surveymonkey_list_surveysList surveys
surveymonkey_get_survey_detailsFetch a survey's full structure with pages[]
surveymonkey_list_survey_responsesList responses to a survey (bulk endpoint includes full answer data)
surveymonkey_get_responseFetch one response in full detail
surveymonkey_list_collectorsList collectors (distribution channels) attached to a survey
surveymonkey_list_contact_listsList contact lists in the account (used for email distribution collectors)
surveymonkey_add_contact_to_listAdd a contact to a contact list

FAQ

¿Gemini 1.5 Pro o 2.x soportan MCP? Sí — Gemini CLI ≥ 0.4 y la API de tools de Vertex AI aceptan conectores MCP httpUrl con header Bearer.

Siguientes pasos

¿Te ha sido útil esta guía?

Ready to ship

Your SurveyMonkey agent is one click away.

Install the connector, paste the key, prompt Gemini. Free for 7 days, no credit card.

Guías relacionadas