AI form MCP connectors, compared

Every form builder with a Model Context Protocol server — Deooch Forms, Tally, Typeform, Cognito Forms, FormHug — and what each one actually lets an AI assistant do.


Most form builders have shipped a Model Context Protocol server in the past year. They are not the same product. Some let an assistant author a form from scratch; some only let it read what has already come in. Some are hosted endpoints you paste into a settings panel; some are local processes you install. Here is the honest map, and where Deooch Forms sits on it.

Details change — treat this as a starting point and check each vendor's own docs before committing.

The four things that actually differ

  1. Can it create a form, or only read one? This is the big split. Read-only connectors are a reporting tool. Write-capable connectors replace the form-building session entirely.
  2. Remote or local? A hosted HTTPS endpoint works from ChatGPT and Claude on the web. A local stdio server does not.
  3. What is in the tool surface? The tools are the permission model. No delete tool means nothing gets deleted.
  4. Which plan is it on? Several vendors put the connector behind an upper tier.

Deooch Forms

A form builder with the MCP server as the point rather than an add-on. The endpoint is https://forms.deooch.com/api/mcp, hosted, OAuth-authenticated, and included on every plan including the free one. Six tools: create_form, update_form, get_form, list_forms, list_submissions, get_submission.

  • Create from a description.“A workshop signup with name, email, session choice, and dietary requirements” becomes a published form with a shareable link in one turn.
  • Read responses back in the same conversation.Ask for a summary of this week's feedback instead of exporting a CSV and reading it yourself.
  • No delete tool. The assistant can close a form to stop new responses; it cannot destroy one. Billing and workspace members are outside the surface entirely.
  • Respondents never sign in. Forms are public links.
  • Published to the MCP Registry as io.github.musaib001/deooch-forms.

Where it is weaker: it is a younger product than the incumbents below, with a smaller template library and no long tail of third-party integrations. If you need deep Salesforce or HubSpot wiring today, that is a real gap.

Setup and full tool reference →

Tally MCP

Tally offers a free MCP server that lets an assistant create, update, and retrieve form data, with guardrails limiting destructive operations. A sensible pick if you are already a Tally user and like its free tier, which is unusually generous.

Typeform MCP

Typeform's connector is OAuth-based and oriented toward asking questions about forms and responses and completing actions conversationally. The obvious choice if your team already builds in Typeform and mainly wants a conversational way to query results.

Cognito Forms MCP Connector

Cognito Forms exposes an MCP connector that lets AI apps create forms from plain-language descriptions, manage submissions, and retrieve form documents — positioned at its enterprise tier. Worth a look if you need Cognito's heavier calculation and workflow features and can meet the plan requirement.

FormHug, FormDesigner, and the long tail

Several smaller servers turn an MCP client into a form interface — FormHug offers a remote server for managing entries and editing fields without opening a dashboard, and FormDesigner exposes form creation and editing to AI clients. Newer and less proven than the names above, but the whole point of an open protocol is that switching costs are low.

How to choose in five minutes

  • Already committed to a form tool? Use its connector. Migrating forms to get a marginally better tool surface is rarely worth it.
  • Starting fresh and want AI-first authoring? Pick a product where the connector was designed in rather than retrofitted, and check that create_form is in the tool list.
  • Using ChatGPT or Claude on the web? Confirm the connector is a hosted HTTPS endpoint, not a local install.
  • Nervous about access? Read the tool list, not the marketing page. It is the whole permission model, and it takes thirty seconds.

Frequently asked questions

What is the best MCP connector for forms?
It depends on what you want the assistant to do. If you want it to create forms from a plain-English description and read the responses back, pick a connector with both write and read tools — Deooch Forms, Tally MCP, and Cognito Forms all cover that ground. If you only need to query existing responses in a form tool your team already pays for, the connector from that vendor is the pragmatic choice.
Do MCP form connectors work with ChatGPT as well as Claude?
Remote MCP servers work with any client that supports the protocol over HTTP, which now includes Claude, ChatGPT with custom connectors enabled, Cursor, Windsurf, and Zed. A connector that only ships as a local stdio server is harder to use from a web client, so check whether a vendor offers a hosted HTTPS endpoint.
Is it safe to let an AI assistant edit my forms?
It depends on the tool surface the connector exposes. Read the tool list before connecting: a connector with no delete tool cannot delete anything, no matter what the assistant is asked. Deooch Forms exposes six tools — create, update, and read forms and submissions — with no delete and no access to billing or workspace members.
What does an MCP connector cost?
Usually nothing beyond the form tool's own plan; the connector is a feature rather than a separate product. Some vendors gate it behind higher tiers. Deooch Forms includes the MCP server on every plan, including the free one.

Try the Deooch Forms connector

Add https://forms.deooch.com/api/mcp as a custom connector in Claude, ChatGPT, or Cursor, sign in when the browser opens, and ask for a form. The docs have per-client steps, and the worked example with Claude runs the whole thing end to end. Free plan, no card.