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.
💡 Без установки? Используйте cloud.anythingmcp.com напрямую. Войдите, нажмите Connectors → Typeform, вставьте учётные данные, создайте MCP API key — готово. Без Docker, без
git clone, без локального сервера.
Typeform + ChatGPT
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).
Предварительные требования
Полные инструкции по настройке встроены в коннектор (видны в магазине при выборе коннектора). Требуемые переменные окружения:
TYPEFORM_PERSONAL_TOKEN
Шаг 1 — Получите учётные данные
Setup:
- Sign in to Typeform → top-right avatar → Settings → Personal tokens → Generate a new token.
- Grant the scopes you need — at minimum
forms:read,responses:read,workspaces:read. For write operations addforms:write. The connector'sinstructionsdocuments what scopes each tool requires implicitly. - 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 — Установите адаптер
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Шаг 3 — Добавьте коннектор в ChatGPT
ChatGPT поддерживает MCP-серверы через функцию Connectors (планы Plus / Pro / Team / Enterprise). Бесплатный план не поддерживает кастомные коннекторы.
- Откройте ChatGPT → Settings → Connectors (или нажмите 🔧 в composer → Manage connectors).
- Нажмите "Add custom connector".
- Заполните:
- Name:
Typeform - MCP server URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer token → вставьте MCP API key
- Name:
- Нажмите Connect.
Доступные инструменты
| Tool | What it does |
|---|---|
typeform_get_current_user | Return the user the personal token belongs to: email, alias, language |
typeform_list_forms | List forms (paginated) |
typeform_get_form | Fetch a form's full definition: title, fields[] (each with id, title, type, properties, ref, validations), thankyou_screens, welcome_screens |
typeform_list_responses | List responses (submissions) for a form, paginated |
typeform_delete_responses | Delete responses by their IDs (max 1000 per call) |
typeform_list_workspaces | List workspaces (folders for organizing forms) |
typeform_get_workspace | Fetch one workspace's full details including members[] and forms[] (URI list) |
typeform_list_form_messages | Get the localized messages (button text, validation errors, etc |
typeform_get_form_insights | Fetch aggregate insights (visits, submissions, completion_rate, average_time_to_complete, etc |
typeform_list_themes | List visual themes (color/font/background combos) available on the account |
FAQ
Работает ли бесплатный план ChatGPT с кастомными MCP Connectors? Нет — нужны Plus, Pro, Team или Enterprise.