
You can now talk to your FormBackend account from inside the AI assistants you already use. We’ve shipped a Model Context Protocol server at https://www.formbackend.com/mcp — point Claude Code, Claude.ai, Claude Desktop, or Cursor at it and your assistant gets a set of FormBackend tools it can call on your behalf.
Once it’s connected, you can drop into a chat and ask things in plain English:
Under the hood the assistant calls one of five tools — list_forms, get_form, create_form, update_form_settings, and list_submissions — against the same API the rest of FormBackend uses. Quotas, plan limits, and project permissions are enforced exactly like they are in the web app.
Most of our users already live in an AI assistant for some part of their day. Tabbing back to the FormBackend dashboard to copy a form token, eyeball a submission count, or tweak a setting is a small but constant context switch. MCP lets the assistant do it without leaving the window — and without us having to build a custom integration for every tool that wants one. One server, every MCP-compatible client.
The fastest path is Claude Code:
claude mcp add --transport http formbackend https://www.formbackend.com/mcp
The first request opens your browser, you log in to FormBackend, approve the consent screen, and the token is stored automatically. No API key juggling.
For Claude.ai (web and Desktop) you add it under Settings → Connectors → Add custom connector with the same URL. Cursor reads ~/.cursor/mcp.json. Full setup blocks for each client, plus the API-key alternative for scripts and CI, are in the MCP server documentation.
OAuth connections request three scopes — forms_read, forms_write, and submissions_read — and you’ll see exactly which ones are being asked for on the consent screen. Every connected assistant shows up on your authorized applications page, and revoking one immediately invalidates its tokens.
If you’ve got a FormBackend account, the server is live right now — no flag, no waitlist. Connect your assistant, ask it to list your forms, and let us know what you end up using it for.
For the full reference, see the MCP server documentation.
FormBackend now ships a Model Context Protocol server. Hook up Claude Code, Claude Desktop, or Cursor and ask your AI assistant to list forms, read submissions, or spin up a new form for you.