About This MCP Server
A Model Context Protocol (MCP) server for Jotform. This integration exposes Jotform Forms and Submissions to any MCP-compatible client via a hosted endpoint. It follows the Model Context Protocol spec for interoperability.
The service is actively optimized based on real-world usage and more tools are coming soon.
Tools & Endpoints
Example Workflow
โข ๐๏ธ List Forms โ "List all active forms created this month."
โข ๐ Query Submissions โ "Show submissions for form 123 where Status is Pending."
โข ๐ป Create a Form โ "Create a new feedback form for me to collect customer feedback."
โข โจ๏ธ Edit a Form โ "Rename form 123 to 'NPS Survey (Q4)'."
โข ๐ฌ Create Submission โ "Add a new submission to form 123 with Name=Jane Doe."
What Problems It Solves
- ๐๏ธ List Forms โ "List all active forms created this month."
- ๐ Query Submissions โ "Show submissions for form 123 where Status is Pending."
- ๐ป Create a Form โ "Create a new feedback form for me to collect customer feedback."
- โจ๏ธ Edit a Form โ "Rename form 123 to 'NPS Survey (Q4)'."
- ๐ฌ Create Submission โ "Add a new submission to form 123 with Name=Jane Doe."
Specifications
Requirements
- Use the hosted endpoint: https://mcp.jotform.com
- Add the URL in your MCP-capable client and authorize
Hosting
Hosting Options
- Remote
API
Integrate this server into your application. Choose a connection method below.
Configure
{
"mcpServers": {
"jotform": {
"url": "https://mcp.jotform.com"
}
}
}Performance
Usage
Quick Reference
- Name
- Jotform Mcp
- Function
- Jotform MCP
- Transport
- Remote
- Source
- External (Registry)
- License
- Open Source
Ready to integrate this MCP server?
Book a demo to see how this server fits your workflow, or explore the full catalog.