Connector guide2-minute read10 MCP toolsEnglish · Deutsch · Italiano

如何将 Typeform 连接到 Gemini — 通过 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

Typeform

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

Bearer Token

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

TL;DR

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).

💡 无需安装? 直接使用 cloud.anythingmcp.com 登录、点击 Connectors → Typeform、粘贴凭证、生成 MCP API key — 完成。无 Docker、无 git clone、无本地服务器。

Typeform + Gemini

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).

前提条件

完整的设置说明已内置在连接器中 (在 store 中选择连接器时可见)。所需环境变量:

TYPEFORM_PERSONAL_TOKEN

步骤 1 — 获取凭证

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)

步骤 2 — 安装 adapter

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

步骤 3 — 在 Gemini 中添加连接器

Gemini CLI 从 ~/.gemini/settings.json (Windows: %APPDATA%\gemini\settings.json) 读取 MCP 服务器。添加:

{
  "mcpServers": {
    "anythingmcp": {
      "httpUrl": "https://cloud.anythingmcp.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
    }
  }
}
  1. 从 AnythingMCP 获取你的 MCP API key
  2. 保存文件并重启 gemini
  3. 在 Gemini CLI 中运行 /mcpTypeform 应显示为可用。
  4. Vertex AI Studio: 将 https://cloud.anythingmcp.com/mcp 传入请求的 tools 数组,使用相同的 Bearer 头。

可用工具

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

Gemini 1.5 Pro 或 2.x 支持 MCP 吗? 支持 — Gemini CLI ≥ 0.4 与 Vertex AI tools API 均接受带 Bearer 头的 MCP httpUrl 连接器。

下一步

这份指南对您有帮助吗?

Ready to ship

Your Typeform agent is one click away.

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

相关指南

connectors

如何将 Typeform 连接到 ChatGPT — 通过 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).

connectors

如何将 Typeform 连接到 Claude — 通过 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).

connectors

如何将 Typeform 连接到 Cursor — 通过 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).

connectors

Typeform 接入 MCP — 从任意 AI 代理驱动 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).

SB
connectors

如何将 SAP Business One 连接到 Gemini — 通过 MCP

Drive SAP Business One ERP (popular Mittelstand SMB target in DACH) from any AI agent: business partners, items, sales orders, A/R invoices, quotations, deliveries. Service Layer OData v4. Session-cookie auth via /Login.

SC
connectors

如何将 SAP Concur 连接到 Gemini — 通过 MCP

Manage Concur expense reports, approvals, attendees, locations, users and travel itineraries from any AI agent. OAuth 2.0 refresh-token flow. Free developer sandbox on developer.concur.com.