Jotform
An MCP server which brings Jotform to your AI client or LLM
MCP
MCP
- Overview
- Remote server URL
- What you can do — available tools
- Requirements
- OAuth connections
- Connecting popular clients
- Usage Examples
- Rate limits
- FAQ
- Support and feedback
Overview
The Jotform MCP server provides programmatic access to forms and submissions via natural language interfaces, compatible with popular AI assistants including Cursor and VS Code extensions. Implementation follows the open Model Context Protocol specification, ensuring interoperability with any MCP-compatible client. The service is actively being optimized based on real-world usage patterns.
This MCP is actively maintained and more tools will come soon.
Remote server URL
https://mcp.jotform.com
Point any MCP‑enabled client to this address to begin.
What you can do — available tools
| Tool | Description |
|---|---|
| Form List (form_list) | Get the list of your forms |
| Create Form (create_form) | Create a new form |
| Edit Form (edit_form) | Edit an existing form |
| Create Submission (create_submission) | Make a submission to an existing form |
| Get Submissions (get_submissions) | Get all submissions of a form |
This MCP is actively maintained and more tools will come soon.
Requirements
- Jotform account
- MCP‑capable client (Cursor, Goose, Windsurf, VS Code extension, etc.)
- One‑time OAuth approval for each user
OAuth connections
When you add the Jotform MCP server to a client, the client opens an OAuth consent screen that lets you authorize the connection to your Jotform data. OAuth runs through a Jotform App and is required for every user the first time they connect. Only workspace admins can install the Jotform MCP app.
View authorized MCP clients
- Sign in to the Jotform Dashboard.
- Go to My Account → Connected Apps.
- Select Jotform MCP.
- In the right panel, choose Clients to see all OAuth‑connected MCP clients.
Revoke OAuth access for a specific client
- In the Clients list, find the client you want to remove.
- Click the overflow menu (⋮) next to its entry.
- Select Revoke. The client loses access immediately.
Bearer‑token access is not supported; OAuth 2.0 is required for all connections.
Connecting popular clients
| Client | Steps |
|---|---|
| Cursor | Settings → MCP Servers → Add → paste URL → Authorize |
| VS Code extension | Command Palette → “MCP: Add Server” → paste URL → Authorize |
More clients coming soon.
No extra configuration is needed after approval.
Usage examples
Ask your assistant:
- “List all active forms created this month.”
- “Show submissions for form 123 where Status is Pending.”
- “Create a new feedback form for me to collect feedback from my customers.”
Rate limits
The MCP server follows the same per‑user API limits as the Jotform REST API:
| Plan | Requests per minute |
|---|---|
| Free | 60 |
| Enterprise | 600 |
If you exceed the limit, the server returns HTTP 429 with a Retry‑After header.
FAQ
Is the MCP free?
Yes, the MCP server is available at no additional charge. Your existing Jotform plan limits and features remain in effect.
How do I manage AI assistant permissions and access?
Complete access management is available through your account settings. Visit Account → Connected Apps → Jotform MCP → Clients to monitor, configure, or terminate connections with any AI assistant.
What are the data privacy considerations for regulated environments?
The MCP server respects your account's compliance settings. HIPAA-protected data is only accessible when your account is on a HIPAA-friendly plan and you explicitly grant scopes that include protected health information objects.
Will you offer on-premises or self-hosted deployment options?
We're actively developing local server capabilities for enterprise customers with specific security or compliance requirements. Follow our GitHub discussions or contact our enterprise team for early access opportunities and timeline updates.
Support and feedback — choose one that fits you best
- Email — support@jotform.com Please also CC: mcp@jotform.com
- Support Inbox — https://www.jotform.com/answers (tag: MCP)
- Feedback Form
We'll get in touch with you soon. Your feedback guides the roadmap. Let us know what tools or improvements you would like next.
Top
Related Servers
Norman Finance
MCP server for managing accounting and taxes with Norman Finance.
JotForm
An MCP server for interacting with the Jotform API to manage online forms and submissions.
Resume Generator
Generates professional PDF resumes using LaTeX templates.
Microsoft Planner by CData
A read-only MCP server enabling LLMs to query live Microsoft Planner data using the CData JDBC Driver.
Todoist MCP
Interact with your Todoist tasks and projects.
iTerm MCP
Provides access to your iTerm session, requiring iTerm2 and Node.js.
Odoo-MCP
Integrate with Odoo ERP systems to manage business data and operations. Requires external configuration for connection parameters.
Bear MCP Server
Access and manage your Bear Notes from a local SQLite database.
Featurebase
Manage posts and comments on Featurebase, a user feedback platform, using its API.
redmine-mcp-server
Production-ready MCP server for Redmine with security, pagination, and enterprise features