Files
cursor__plugins/third_party/jotform
Cursor Agent b96264caab Add Jotform third-party MCP plugin
Jotform ships an official remote MCP server over Streamable HTTP with per-user OAuth, so the plugin is a URL-only mcp.json with no variables block.

Co-authored-by: Roshan Sadanani <roshansada@users.noreply.github.com>
2026-08-25 06:29:22 +00:00
..
2026-08-25 06:29:22 +00:00
2026-08-25 06:29:22 +00:00
2026-08-25 06:29:22 +00:00
2026-08-25 06:29:22 +00:00

Jotform

Cursor plugin that connects agents to Jotform through Jotform's official remote Model Context Protocol server.

List and create forms, edit existing ones, submit to them, and read submissions in the signed-in Jotform account.

Install

  1. Open Cursor Settings → Plugins.
  2. Search for Jotform.
  3. Click Install, then complete the Jotform sign-in prompt.

Or run /add-plugin jotform in chat.

MCP

{
  "mcpServers": {
    "jotform": {
      "type": "http",
      "url": "https://mcp.jotform.com"
    }
  }
}

Auth is OAuth 2.0 and it is required on first connect. Cursor prompts for Jotform sign-in when the plugin connects. Bearer-token access is not supported.

Before you connect

Only workspace admins can install the Jotform MCP app. Once an admin has approved it, every user still authorizes individually. Revoke a client later from Account → Connected Apps → Jotform MCP → Clients.

What agents can do

Category Capabilities
Forms List forms, create new ones, edit existing ones, and assign them
Submissions Read submissions and create new ones

The hosted runtime is the source of truth for tool names and schemas. Call list_forms as a read-only smoke test after connecting.

Notes

  • Tool calls run as the Jotform user who authorizes the connection.
  • The server URL is the bare host, https://mcp.jotform.com, with no /mcp path suffix.
  • Free and paid Jotform accounts both work. Enterprise plans get higher rate limits (600 requests per minute), custom branding, and SSO.
  • Self-hosting is not offered — the hosted endpoint is the only option.

Docs

Logo is Jotform's official mark, from the jotform GitHub organization.

License

MIT