Jotform MCP Server – AI Form and Submission Tools
Jotform's official hosted MCP server lets AI assistants create, edit, list, and analyze Jotform forms and submissions. Use it to automate online data collection workflows, retrieve responses, summarize survey results, and manage forms through natural-language commands in MCP-compatible clients.
Overview
Jotform provides an official hosted MCP server that lets AI assistants manage Jotform forms and submissions through the Model Context Protocol. It is built for users who want to create forms, review submissions, analyze responses, and update form workflows from AI clients such as ChatGPT, Claude, Cursor, VS Code, Manus, Goose, Windsurf, and other MCP-capable tools.
What the MCP server enables
The Jotform MCP server provides programmatic access to forms and submissions through natural-language workflows. Jotform positions the server as an AI-friendly alternative to manually navigating the dashboard or building direct REST API integrations.
Documented use cases include:
- Listing active forms, finding forms by age or status, and reviewing field structures.
- Creating new forms such as surveys, feedback forms, lead forms, registration forms, job applications, order forms, and support forms.
- Editing forms, including fields, validation, and thank-you messages.
- Creating submissions and retrieving submissions for reporting or analysis.
- Filtering or exporting responses and summarizing trends in collected data.
- Using the Jotform MCP App extension for richer visual interactions in AI clients that support MCP Apps.
Jotform's developer documentation describes five standard tools: form_list, create_form, edit_form, create_submission, and get_submissions, with additional capabilities expected to evolve over time.
When to use it
Use Jotform MCP when an AI assistant needs to help with online data collection and form workflows. Practical examples include creating a customer feedback survey, cloning an event registration form, showing this week's submissions, exporting survey responses as JSON, updating a support form's thank-you message, or summarizing job application responses.
It is useful for operations, marketing, HR, customer support, education, research, and developer teams that want form automation without writing custom API code.
Connection and authentication
The official hosted MCP endpoint is:
https://mcp.jotform.com
Jotform states that no server installation is required. Add the hosted URL to an MCP-compatible client and authorize the connection when prompted.
Authentication uses OAuth 2.0. Each user must approve the connection the first time they connect, and OAuth runs through a Jotform App. Jotform documentation notes that only workspace admins can install the Jotform MCP app.
Key considerations
Jotform MCP is a hosted service and cannot be self-hosted. It requires an active internet connection and a Jotform account. MCP usage is free beyond the existing Jotform subscription, but forms and submissions created or used through MCP still follow the account's normal plan limits and Jotform API rate limits. Users can manage authorized AI clients in Jotform under My Account → Connected Apps → Jotform MCP → Clients, and can revoke access at any time. Because AI agents can create and modify forms, review changes before relying on them in production workflows.
Supported Transports
streamable_http
URL: https://mcp.jotform.com
Frequently Asked Questions
- When should an AI agent use the Jotform MCP server?
- Use it when an agent needs to create forms, edit existing forms, list active forms, retrieve submissions, summarize responses, export form data, or support workflows such as surveys, lead capture, registrations, job applications, and customer feedback.
- What does the Jotform MCP server add to an AI agent's capabilities?
- It gives the agent OAuth-secured access to Jotform forms and submissions through MCP tools, allowing conversational form management and response analysis without manually navigating the Jotform dashboard or writing custom API calls.
- What can an AI agent access or manage through Jotform MCP?
- Jotform documents tools for listing forms, creating forms, editing forms, creating submissions, and retrieving submissions. Depending on client support, the Jotform MCP App can also provide richer visual interactions for forms, submissions, and form assets.
- How is authentication configured for the Jotform MCP server?
- Jotform MCP uses OAuth 2.0. Each user authorizes the connection the first time they connect through an MCP client, and only workspace admins can install the Jotform MCP app. Users can later revoke connected AI clients from Jotform account settings.
- Which transport should be used for the Jotform MCP server?
- Use the official hosted MCP endpoint https://mcp.jotform.com with an MCP-capable client. Jotform states that no server installation is needed and that the hosted MCP server cannot be self-hosted.