什么是 com.jotform/mcp?
Jotform 的 MCP 服务,用于让 AI 访问和操作表单相关能力与自动化流程。
README
Jotform 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.
Remote Server URL
https://mcp.jotform.com
Point any MCP-enabled client to this address to begin.
Example Usage
Ask your AI assistant to:
- 🗂️ 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."
Compatibility
| Product | Deployment type | Support status |
|---|---|---|
| Jotform | Cloud (hosted endpoint) | ✅ Fully supported via https://mcp.jotform.com |
Quick Start Guide
For Gemini CLI
To get started with Gemini CLI, you can use the official Gemini CLI extension for Jotform.
To install the extension, run the following command in your terminal:
gemini extensions install https://github.com/jotform/mcp-server
Once you have the extension installed, start Gemini CLI by running:
gemini
Then, authenticate with your Jotform account by running the following command inside Gemini CLI:
/mcp auth jotform
This will open a browser window to complete the OAuth authentication process. After authenticating, all the Jotform tools will be available.
A few example prompts to try:
/jotform:create-form contact form with name, email, and message
/jotform:list-forms
/jotform:get-submissions 123456789
🔐 1) Authentication Setup (OAuth 2.0)
Jotform MCP requires OAuth for every user on first connect. Bearer-token access is not supported.
- Add the server URL in your MCP client
- You'll be shown a Jotform OAuth consent screen to authorize access to your Jotform data
- Only workspace admins can install the Jotform MCP app
View Authorized MCP Clients
- Sign in to Jotform Dashboard
- My Account → Connected Apps
- Select Jotform MCP
- Open Clients to see all OAuth-connected MCP clients
Revoke OAuth Access for a Specific Client
- In Clients, find the target client
- Click the overflow menu (⋮)
- Choose Revoke — access is removed immediately
Note: OAuth 2.0 is required for all connections.
📦 2) Installation
No server install needed.
- Use the hosted endpoint:
https://mcp.jotform.com - Add the URL in your MCP-capable client and authorize
🛠️ IDE Integration
Gemini CLI
# Install extension
gemini extensions install https://github.com/jotform/mcp-server
# Start and authenticate
gemini
/mcp auth jotform
Cursor IDE
Settings → MCP Servers → Add:
{
"mcpServers": {
"jotform": {
"url": "https://mcp.jotform.com"
}
}
}
Claude Desktop
Add to your configuration:
{
"mcpServers": {
"jotform": {
"url": "https://mcp.jotform.com"
}
}
}
VS Code Extension
Command Palette → "MCP: Add Server" → paste URL → Authorize
No extra configuration is needed after approval.
Configuration
⚙️ Configuration Methods
Configuration options are minimal — only OAuth setup is required.
👥 HTTP Transport Configuration
The server communicates over HTTPS using standard MCP client-server interactions.
Tools
Key Tools
list_forms- Get the list of your formscreate_form- Create a new formedit_form- Edit an existing formcreate_submission- Make a submission to an existing formget_submissions- Get all submissions of a formassign_form- Assign form to user
This MCP is actively maintained, and more tools will come soon.
Tool Filtering & Access Control
Access control is managed via OAuth scopes. Only explicitly granted scopes are available to the client.
Troubleshooting & Debugging
Rate Limits
Rate limits (same per-user as the Jotform REST API):
| Plan | Requests per minute |
|---|---|
| Free | 60 |
| Enterprise | 600 |
If limits are exceeded, the server returns HTTP 429 with a Retry-After header.
Important: Ensure you complete the OAuth flow; bearer tokens are not accepted.
Security
- OAuth 2.0 required for all connections
- Bearer-token access is not supported
- Manage and revoke client access via: Account → Connected Apps → Jotform MCP → Clients
Contributing
Follow GitHub discussions or contact the Jotform support team for early access opportunities and updates on the timeline.
License
MIT
Support
- Email: support@jotform.com (CC: mcp@jotform.com)
- Support Inbox: https://www.jotform.com/answers (use tag MCP)
- Feedback Form: Share feature requests — your feedback drives the roadmap
常见问题
com.jotform/mcp 是什么?
Jotform 的 MCP 服务,用于让 AI 访问和操作表单相关能力与自动化流程。
相关 Skills
MCP构建
by anthropics
聚焦高质量 MCP Server 开发,覆盖协议研究、工具设计、错误处理与传输选型,适合用 FastMCP 或 MCP SDK 对接外部 API、封装服务能力。
✎ 想让 LLM 稳定调用外部 API,就用 MCP构建:从 Python 到 Node 都有成熟指引,帮你更快做出高质量 MCP 服务器。
Slack动图
by anthropics
面向Slack的动图制作Skill,内置emoji/消息GIF的尺寸、帧率和色彩约束、校验与优化流程,适合把创意或上传图片快速做成可直接发送的Slack动画。
✎ 帮你快速做出适配 Slack 的动图,内置约束规则和校验工具,少踩上传与播放坑,做表情包和演示都更省心。
MCP服务构建器
by alirezarezvani
从 OpenAPI 一键生成 Python/TypeScript MCP server 脚手架,并校验 tool schema、命名规范与版本兼容性,适合把现有 REST API 快速发布成可生产演进的 MCP 服务。
✎ 帮你快速搭建 MCP 服务与后端 API,脚手架完善、扩展顺手,尤其适合想高效验证服务能力的开发者。
相关 MCP Server
Slack 消息
编辑精选by Anthropic
Slack 是让 AI 助手直接读写你的 Slack 频道和消息的 MCP 服务器。
✎ 这个服务器解决了团队协作中需要 AI 实时获取 Slack 信息的痛点,特别适合开发团队让 Claude 帮忙汇总频道讨论或发送通知。不过,它目前只是参考实现,文档有限,不建议在生产环境直接使用——更适合开发者学习 MCP 如何集成第三方服务。
by netdata
io.github.netdata/mcp-server 是让 AI 助手实时监控服务器指标和日志的 MCP 服务器。
✎ 这个工具解决了运维人员需要手动检查系统状态的痛点,最适合 DevOps 团队让 Claude 自动分析性能数据。不过,它依赖 NetData 的现有部署,如果你没用过这个监控平台,得先花时间配置。
by d4vinci
Scrapling MCP Server 是专为现代网页设计的智能爬虫工具,支持绕过 Cloudflare 等反爬机制。
✎ 这个工具解决了爬取动态网页和反爬网站时的头疼问题,特别适合需要批量采集电商价格或新闻数据的开发者。不过,它依赖外部浏览器引擎,资源消耗较大,不适合轻量级任务。