productivityoauth2

Typeform

Conversational forms and surveys.

Verdict

The Typeform MCP lets your team build, manage, and monitor forms without leaving Switchy. @Mention it to create surveys with branching logic, upload images for visual questions, set up webhooks that ping your workspace when responses arrive, or delete outdated forms. Designers and product managers use it to spin up user research screeners in seconds; support leads configure feedback forms that route answers to Slack. OAuth setup requires granting read/write access to forms, themes, images, and webhooks — you can't scope it down to read-only, so treat this connection as admin-level.

Common use cases

  • Build user research screeners from chat
  • Set up event registration forms on demand
  • Configure webhooks for real-time response alerts
  • Upload branded images for quiz questions
  • Delete test forms after campaign ends

Integration

Vendor
Typeform
Category
productivity
Auth
OAUTH2
Tools
35
Composio slug
typeform

Tools

  • Create Account Workspace

    Tool to create a new workspace in a specific Typeform account. Use when you need to create a workspace within a particular account using the account ID.

  • Create Form

    Tool to create a new Typeform form with customizable fields, logic, and settings. Use when you need to programmatically create a form with specific questions, welcome screens, thank you screens, and conditional logic.

  • Create Image

    Tool to upload a new image to your Typeform account via base64 encoding or URL. Use when you need to add images for forms or presentations. Either 'image' (base64) or 'url' parameter must be provided.

  • Create or Update Webhook

    Tool to create a new webhook or update an existing one for a specified Typeform. Use when you need to configure webhooks to receive form response notifications at a specified URL.

  • Create Theme

    Tool to create a new custom theme in Typeform with colors, fonts, background, and layout settings. Use when you need to create a theme for branding and styling Typeform forms.

  • Create Workspace

    Tool to create a new workspace in Typeform. Use when organizing forms into separate workspaces for teams or projects.

  • Delete Form
    destructive

    Tool to permanently delete a Typeform and all of its responses. Use when you need to remove a form completely from the account.

  • Delete Image
    destructive

    Tool to delete an image from your Typeform account. Use when you need to remove an image that is no longer needed. Returns a success status once the image has been deleted (204 No Content).

  • Delete Responses
    destructive

    Tool to delete specific responses from a Typeform by response IDs. Use when you need to remove response data from a form. Deletion is asynchronous - a 200 status means the deletion request was registered, not that deletion is complete. Maxi

  • Delete Theme
    destructive

    Tool to delete a theme from your Typeform account. Use when you need to permanently remove a theme. This operation cannot be undone.

  • Delete Webhook
    destructive

    Tool to delete a webhook configuration from a Typeform form. Use when you need to remove a webhook from a specific form. The operation returns 204 No Content on success and 404 if the webhook is not found.

  • Delete Workspace
    destructive

    Tool to delete a workspace from your Typeform account. Use when you need to remove a workspace. Note: The default 'My Workspace' cannot be deleted, and workspaces containing forms cannot be deleted (will return an error).

  • Get About Me

    Get information about the owner account in Typeform.

  • Get All Response Files

    Tool to retrieve a compressed archive containing all files that respondents uploaded for a specified form. Use when you need to download all file uploads from a Typeform form as a ZIP archive.

  • Get Background By Size

    Tool to retrieve a background image by size from Typeform. Use when you need to get a background image in a specific size (default, tablet, mobile, or thumbnail). Images are scaled and cropped from top-left alignment to fill the screen prop

  • Get Choice Image By Size

    Tool to retrieve a choice image by size from Typeform. Use when you need to download images used in picture_choice question options at specific sizes.

  • Get Form

    Tool to retrieve a specific form's complete configuration including fields, logic, settings, and theme. Use when you need to get detailed information about a Typeform form.

  • Get Form Messages

    Tool to retrieve custom messages for a Typeform including button labels, error messages, and UI text. Use when you need to get the current message configuration for a form.

  • Get Form Responses

    Tool to retrieve form responses from Typeform with filtering by date, pagination, search, and response type. Use when you need to get responses for a specific form including timestamps of when users landed on and submitted the form. Note: R

  • Get Image By Size

    Tool to retrieve an image in a specific size from Typeform. Use when you need to get a Typeform image optimized for different display contexts (default for desktop, mobile for mobile devices, or thumbnail for previews).

  • Get Theme

    Tool to retrieve a specific theme's configuration including colors, fonts, and layout settings. Use when you need to get the design settings of a Typeform theme.

  • Get Webhook

    Tool to retrieve a single webhook by specifying both the form ID and webhook tag. Use when you need to get details about a specific webhook configuration.

  • Get Workspace

    Tool to retrieve detailed information about a specific workspace including its name, forms, and team members. Use when you need to get workspace details or check member access.

  • List Forms

    Tool to retrieve a list of all forms in your Typeform account with filtering, pagination, and sorting options. Use when you need to list, search, or browse forms across workspaces. Supports filtering by search terms, workspace, and sorting

  • List Form Webhooks

    Tool to retrieve all webhooks associated with a specified typeform. Use when you need to view webhook configurations for a form. Returns webhook IDs, URLs, enabled status, event types, and timestamps.

  • List Images

    Tool to retrieve all images in your Typeform account in reverse-chronological order. Use when you need to list or browse available images.

  • List Typeform Themes

    Tool to retrieve a paginated list of themes in your Typeform account. Use when you need to access available themes for form styling. Returns both public and private themes with their styling configurations.

  • List Workspaces

    Tool to retrieve all workspaces in a Typeform account with their IDs, names, form counts, and members. Use when you need to list available workspaces or search for specific workspaces by name.

  • Patch Form

    Tool to partially update a Typeform using JSON Patch operations. Use when you need to modify specific fields without replacing the entire form. Supports updating title, settings, theme, workspace, and other form properties.

  • Update Form

    Tool to update an existing Typeform by completely replacing its configuration. PUT request overwrites the entire form - any fields not included will be deleted along with their response data. Always retrieve the form first using Get Form, m

  • Update Form Messages

    Tool to update custom messages for form UI elements like buttons, errors, and placeholders in Typeform. Use when you need to customize the text displayed to form respondents.

  • Update Theme

    Tool to update a theme's complete definition in Typeform. Use when you need to update all aspects of a theme including colors, fonts, and visual properties. This is a full update (PUT) operation that requires name, font, and colors to be pr

  • Update Theme (Partial)

    Tool to partially update a Typeform theme by ID. Updates only the specified properties while leaving other theme settings unchanged. Each provided field must be complete (e.g., if updating colors, all color subfields must be provided). Cann

  • Update Workspace

    Tool to update a workspace's name or manage team member access (add/remove members) in Typeform. Use when you need to rename a workspace or modify its member list using JSON Patch operations.

  • Upload Video

    Initiate a video upload to Typeform by obtaining a signed upload URL. Use this action to prepare for uploading a video file to a specific form field. After receiving the upload_url, use it to upload the actual video file via a PUT request.

Setup

Setup guide

  1. 11. In Switchy, open your workspace settings and click 'Add Integration' under the MCP section. 2. Select Typeform from the list and click 'Connect'. 3. You'll be redirected to Typeform's OAuth consent screen — log in with the account that owns the forms you want to manage. 4. Grant the requested scopes: forms:read, forms:write, themes:write, images:write, webhooks:write, and accounts:read. 5. After authorizing, Switchy redirects you back and confirms the connection is live. 6. Open any Space, type '@Typeform list my forms' and send — if you see a list of your existing forms, the integration works. 7. To create a form, @mention Typeform with a prompt like 'Create a customer satisfaction survey with NPS and comment fields'. 8. Typeform responds with a form ID and shareable link you can distribute immediately.

What teammates see: by default, memories from Typeform are scoped to the Space (PROJECT visibility) - you can mark any memory PRIVATE or share it ORG-wide.

Works well with

Top models

Compatibility data appears once enough Spaces have used this MCP together with a given model.

How Switchy teams use it

Not enough Spaces yet to publish anonymised usage stats (we require ≥ 50 Spaces per week).

Starter prompts

Create NPS Survey

@Typeform create a new form titled 'Q2 Customer Satisfaction'. Add a welcome screen, an NPS rating question from 0-10, a follow-up text field asking why they chose that score, and a thank you screen.
Open in a Space →

List All Forms

@Typeform list all forms in my account, showing the title, form ID, and last updated date for each.
Open in a Space →

Set Response Webhook

@Typeform create a webhook for form ID abc123 that sends response data to https://hooks.slack.com/services/YOUR/WEBHOOK/URL whenever someone submits.
Open in a Space →

Upload Brand Image

@Typeform upload this image to my account: https://example.com/logo.png. Label it 'Company Logo Q2 2025'.
Open in a Space →

Delete Old Form

@Typeform delete the form with ID xyz789. Confirm it's the 'Beta Feedback Test' form before removing it.
Open in a Space →

Example outputs

Illustrative - representative of the model's voice and quality, not literal recordings.

Prompt

@typeform list all forms in my account and show me which ones have received responses in the last 30 days

Output

Here's what I found in your Typeform account: You have 12 active forms. In the last 30 days, 5 forms received responses: 'Customer Feedback Survey' (47 responses), 'Event Registration Q1' (23 responses), 'Product Interest Form' (89 responses), 'Employee Onboarding' (6 responses), and 'Newsletter Signup' (134 responses). The remaining 7 forms haven't received submissions recently. Would you like me to archive any of the inactive forms or pull detailed analytics for the high-traffic ones?

Notes

This example shows Typeform's read capabilities for account-level form management. Requires OAuth2 with read access to forms and responses. The MCP can retrieve form metadata and response counts, making it useful for auditing which forms are actively collecting data versus sitting dormant in your account.

Prompt

@typeform create a new customer satisfaction survey with NPS score, open feedback, and email capture, then set up a webhook to notify our Slack channel

Output

I've created your customer satisfaction survey with three sections: (1) NPS rating question (0-10 scale), (2) open-ended feedback textarea, and (3) email field for follow-up. The form is live at typeform.com/to/abc123XY. I've also configured a webhook pointing to your Slack integration endpoint—you'll receive real-time notifications in #customer-feedback whenever someone submits a response. The form uses your default theme; let me know if you'd like me to apply custom branding.

Notes

This demonstrates Typeform's form creation and webhook configuration tools working together. Requires OAuth2 write permissions for both forms and webhooks. Note that creating a webhook requires you to provide a valid endpoint URL—the MCP can't generate Slack webhook URLs for you, so have that ready before running this workflow.

Prompt

@typeform pull all responses from my 'Q1 Product Feedback' form and summarize the top 3 pain points mentioned in the open-ended comments

Output

I retrieved 67 responses from your Q1 Product Feedback form. After analyzing the open-ended comments, the top 3 pain points are: (1) Mobile app crashes during checkout (mentioned by 23 respondents), (2) Confusing navigation in the settings menu (18 mentions), and (3) Slow load times on the dashboard page (14 mentions). Several users also requested dark mode, though it wasn't as frequently cited as the core usability issues. Would you like me to export the full response data or create a follow-up form targeting these specific concerns?

Notes

This showcases the MCP's ability to fetch response data and pair it with AI reasoning for synthesis. Requires OAuth2 read access to responses. Be aware that Typeform's API has rate limits (typically 500 requests/hour), so pulling responses from very high-volume forms may require pagination or multiple requests. The AI's summary is interpretive—always verify patterns in the raw data.

Use-case deep-dives

Customer onboarding survey automation

When Typeform MCP makes sense for post-signup flows

A 6-person SaaS team wants to spin up onboarding surveys for each new customer cohort without touching the Typeform UI. The MCP's Create Form and Create or Update Webhook tools let you template surveys in code, push them live, and pipe responses straight into Slack or your CRM. This works if you're running 3-10 cohorts a quarter and the survey structure stays consistent (same question types, different copy). If you're iterating on question logic weekly or need conditional branching that changes per cohort, you'll spend more time debugging the MCP's form schema than you save. The buy: your onboarding manager can trigger new surveys from a Slack command, and responses land in your support tool without manual export.

Event registration form deployment

Typeform MCP for multi-event registration at scale

A 12-person events team runs 40+ webinars a year, each needing a branded registration form with the same field structure but different event details. The MCP's Create Form and Create Theme tools let you script form creation from a spreadsheet of event metadata, apply a consistent brand theme, and delete forms after the event closes. This pays off when you're deploying more than 2 forms a week and your design system is locked. If your events vary wildly in registration flow (some need payment, some need multi-step logic), the MCP's 35 tools won't cover edge cases faster than Typeform's UI. The buy: your ops lead runs a script Monday morning, and 8 registration forms go live with zero designer time.

User research feedback collection

When Typeform MCP fits lightweight research ops

A 4-person product team ships feature betas twice a month and needs quick feedback forms for each test group. The MCP's Create Form and Delete Form tools let your PM spin up a survey in a Notion template, collect responses via webhook, and tear it down when the beta ends. This works if your feedback questions are stable (NPS, open text, rating scales) and you're not doing complex skip logic. If you need Typeform's advanced features like calculator fields or multi-page branching, the MCP's form schema gets verbose and error-prone. The buy: your PM never opens Typeform, and beta feedback lands in your product doc within an hour of launch.

Frequently asked

What can the Typeform MCP do in Switchy?

The Typeform MCP lets your AI agents create, modify, and delete forms programmatically. It can build forms with custom fields and logic, upload images, manage themes, create workspaces, and configure webhooks to receive responses. Think of it as giving your AI full control over your Typeform account's form creation and management workflow.

What OAuth permissions does the Typeform MCP request?

Typeform uses OAuth2 authentication, which means you'll authorize Switchy through Typeform's standard permission flow. The MCP requests access to create and manage forms, workspaces, themes, images, and webhooks in your account. You'll need account owner or admin permissions to grant these scopes, since the MCP can delete forms and modify account-level settings.

Can the MCP read or export existing form responses?

No, the current Typeform MCP focuses on form creation and management, not response retrieval. It can set up webhooks to push new responses to a URL you control, but it won't pull historical response data. If you need to analyze existing responses, export them directly from Typeform or use their Responses API separately.

Why use this instead of building forms manually in Typeform?

Use the MCP when you need to generate forms at scale or based on dynamic inputs. For example, an AI agent could create personalized intake forms for each new client, or generate event registration forms from calendar data. Manual creation makes sense for one-off forms; the MCP shines when form structure follows a pattern your AI can execute.

Who on my team should connect the Typeform account?

Connect it with a Typeform account owner or admin, since the MCP can create workspaces and delete forms. If multiple team members use Switchy, consider creating a dedicated service account in Typeform rather than tying it to one person's login. That way access persists when people leave or change roles.

Data last verified 7 hours ago.Sources aggregated hourly to weekly. See docs/architecture/model-directory.md.