Skip to content
Last updated

forms.app MCP

Connect AI assistants like Claude and ChatGPT directly to your forms.app account so they can create forms, read submissions, pull statistics, and more, all from a conversation.

What is MCP?

MCP (Model Context Protocol) is an open standard that lets AI assistants securely connect to external tools and data sources. Instead of copying data in and out of a chat window, an MCP-compatible assistant can call an application's API directly, using natural language to drive real actions.

forms.app runs an MCP server that exposes your forms, submissions, and statistics as a set of callable tools. Once connected, an assistant can look up a form, check how a survey is performing, or update a question, all without leaving the conversation.

What can forms.app MCP do?

The forms.app MCP server exposes the following tools:

ToolWhat it does
form_listList the forms in your account
form_searchSearch your forms by title or other criteria
form_getRetrieve a single form's full structure
form_createCreate a new form
form_updateUpdate a form's structure or settings
form_update_questionUpdate a specific question on a form
form_describe_settingGet details about a specific form setting
form_set_activeActivate or deactivate a form
field_describe_typeGet the schema for a specific field type
answer_listList submitted answers for a form
answer_searchSearch submitted answers
answer_getRetrieve a submitted answer
statistics_get_formGet overall statistics for a form
statistics_get_questionGet statistics for a specific question
statistics_get_dropoffGet drop-off statistics for a form
media_searchSearch media uploaded to your account
help_searchSearch the forms.app help center
user_profileRetrieve your forms.app user profile

Server URL

Connect your assistant to:

https://api.forms.app/mcp

Authentication

The forms.app MCP server uses OAuth. When you add the connector, your assistant redirects you to forms.app to sign in and authorize access, then handles token refresh automatically, so you don't need to manage an API key.

SettingValue
Client IDClaude
Server URLhttps://api.forms.app/mcp

How to set up

Claude

  1. In Claude, click on your profile and go to Settings → Connectors.
  2. Click Add → Add custom connector.
  3. Set the server URL to https://api.forms.app/mcp and enter the client ID Claude.
  4. After you click add, you will see a button that says connect; click on it and sign in to forms.app when prompted to authorize access.
  5. Start a chat to start using its tools.

ChatGPT

  1. In ChatGPT, click on your profile, then go to Settings → plugins.
  2. Make sure you have developers mode open; then browse plugins.
  3. Click + button to add a new plugin.
  4. Enter a name, and set the server URL to https://api.forms.app/mcp.
  5. Choose OAuth as the authentication method and then click on Advanced OAuth settings.
  6. There, enter the OAuth client ID ChatGPT.
  7. Create, then authorize the connection with your forms.app account.
  8. You can now start a chat to control your forms.app account through ChatGPT.
Menu names may vary

Connector setup screens change between app versions. If a step doesn't match what you see, look for Settings → Connectors (or Integrations) and an option to add a custom or remote MCP server.

Example uses

Once connected, you can ask your assistant things like:

  • "List my active forms."
  • "Create a short customer feedback form with a rating question and a comments field."
  • "How many responses has my 'Event registration' form received, and what's the drop-off rate?"
  • "Search my forms for anything related to 'event registration'."
  • "Show me the answers submitted to my 'Customer feedback' form this week."
  • "Update the title of the second question on my 'Event registration' form."
  • "Tell me how recall answer works on forms.app."