Skip to content
Typeform

TypeformMCP Server

Released
1 views

Summary

Typeform's official remote MCP server — build and edit forms, wire up automations, manage contacts and read response analytics from an agent.

Features

  • Create, edit and publish forms — fields and branching logic included, not just reads
  • Build post-submission automations: emails, webhooks, delays and integrations
  • Manage contacts and lists with bulk operations and field mapping
  • Query responses with aggregates, rankings and time series
  • Streamable-HTTP remote server with OAuth 2.0 and separate EU endpoints

Installation

Set up this MCP server in your favorite AI agent — copy a ready-made configuration below.

Any MCP-compatible agent

Most agents (Claude, Cursor, Windsurf, VS Code, and more) read a standard mcpServers configuration.

  1. Open your agent's MCP configuration file.
  2. Merge the snippet below into it.
  3. Restart the agent — the "Typeform" tools will be available.
{
  "mcpServers": {
    "typeform": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.typeform.com/mcp"
      ]
    }
  }
}

Description

Typeform's official remote MCP server, published to the MCP registry in September 2026. It puts the whole Typeform account behind an agent rather than just the responses, which is the distinction worth noticing: most form integrations are read-only reporting connectors, and this one builds the form.

The tool surface falls into four families:

  • *`forms-`** — create a form, add and edit fields, configure branching logic, and publish it.
  • *`automations-`** — assemble the workflow that runs after a submission: emails, webhooks, delays and third-party integrations.
  • *`contacts-`** — manage contacts and lists, including bulk operations and field mapping.
  • *`insights-`** — read submissions along with aggregates, rankings and time series, so an agent can answer "how did last week's responses trend" without exporting a CSV.

Nearly every call takes the account_id returned by accounts-list_accounts, so a session normally starts there.

The server speaks streamable HTTP (not SSE) at https://api.typeform.com/mcp, with EU-hosted accounts served from separate regional endpoints that the client metadata document advertises. Authorization is OAuth 2.0 and the client is prompted on first connect — no API key to paste or rotate. Typeform documents native connectors for Claude and ChatGPT, and the MCP Inspector (npx @modelcontextprotocol/inspector) for debugging. Feature availability tracks your Typeform plan, and plan gating surfaces at call time rather than by hiding tools.

Related MCP Servers

MCP: Canva

by Canva

New

Canva's official remote MCP server — generate and edit designs, search your library, manage assets and brand kits, and export to PDF, PNG, PPTX or MP4.

New

Docusign's official hosted MCP server: query, send and track agreements from any MCP client using your own account permissions.

7 views

MCP: Vanta

by Vanta

Featured

Vanta's official remote MCP server — query controls, tests, vendors, vulnerabilities and policies across SOC 2 and ISO 27001, and remediate failing tests from your agent.

Featured

Attio's official hosted MCP server — search, read and write your CRM records, lists, notes, tasks, meetings and emails from any MCP client over OAuth.

7 views
Browse all MCP servers →