Connector guide2-minute read10 MCP toolsEnglish · Deutsch · Italiano

Cómo conectar Typeform a Claude — via MCP

Read Typeform responses, list forms, fetch form definitions and manage workspaces from any AI agent. 10 tools, Personal Token Bearer auth. Optimized for read+analysis flows (the heavy form-builder write side is out of scope).

HCBy HelpCode teamUpdated 2 min read Open source on GitHub

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

MCP connector

Typeform

Read Typeform responses, list forms, fetch form definitions and manage workspaces from any AI agent. 10 tools, Personal Token Bearer auth. Optimized for read+analysis flows (the heavy form-builder write side is out of scope).

Tools

10

Region

INTL

Category

forms

Authentication

Required env vars

TYPEFORM_PERSONAL_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 Typeform in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.

Open Cloud

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

Typeform + Claude

Read Typeform responses, list forms, fetch form definitions and manage workspaces from any AI agent. 10 tools, Personal Token Bearer auth. Optimized for read+analysis flows (the heavy form-builder write side is out of scope).

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:

TYPEFORM_PERSONAL_TOKEN

Paso 1 — Obtener credenciales

Setup:

  1. Sign in to Typeform → top-right avatar → Settings → Personal tokens → Generate a new token.
  2. Grant the scopes you need — at minimum forms:read, responses:read, workspaces:read. For write operations add forms:write. The connector's instructions documents what scopes each tool requires implicitly.
  3. Copy the token (shown ONCE). Set TYPEFORM_PERSONAL_TOKEN.

Authentication: Bearer token. Same token for all endpoints.

Form IDs: each form has an 8-character alphanumeric ID (e.g. Wf2hrM), visible at the end of the form's public URL (yourname.typeform.com/to/Wf2hrM → ID is Wf2hrM). Use typeform_list_forms once to discover IDs you own.

…(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 Claude

Ruta recomendada — funciona en claude.ai web sin tocar ningún archivo de configuración.

  1. Abre claude.ai/customize/connectors.
  2. Pulsa "Add custom connector".
  3. Rellena:
    • Name: Typeform
    • URL: https://cloud.anythingmcp.com/mcp
    • Authentication: Bearer token → pega tu MCP API key (de AnythingMCP → Profile → MCP API Keys → New Key)
  4. Pulsa Connect para autorizar.

Todas las herramientas debajo aparecen en tu chat — empieza a escribir prompts.

Herramientas disponibles

ToolWhat it does
typeform_get_current_userReturn the user the personal token belongs to: email, alias, language
typeform_list_formsList forms (paginated)
typeform_get_formFetch a form's full definition: title, fields[] (each with id, title, type, properties, ref, validations), thankyou_screens, welcome_screens
typeform_list_responsesList responses (submissions) for a form, paginated
typeform_delete_responsesDelete responses by their IDs (max 1000 per call)
typeform_list_workspacesList workspaces (folders for organizing forms)
typeform_get_workspaceFetch one workspace's full details including members[] and forms[] (URI list)
typeform_list_form_messagesGet the localized messages (button text, validation errors, etc
typeform_get_form_insightsFetch aggregate insights (visits, submissions, completion_rate, average_time_to_complete, etc
typeform_list_themesList visual themes (color/font/background combos) available on the account

FAQ

¿Funciona con Claude Code igual que con Claude Desktop? Sí — apunta ambos a https://cloud.anythingmcp.com/mcp.

Siguientes pasos

Ready to ship

Your Typeform agent is one click away.

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