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. Its 6 documented tools cluster into read & search, create & write, update, assign.

Teams that want a hosted endpoint instead of running a local process.

VERIFIED ACTIVE

LAST COMMIT 2026-02-26 · ★ 27 · #752 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · how we verify → /methodology

01 · Install Jotform MCP Server

Claude Code

claude mcp add jotform-mcp-server --transport http https://mcp.jotform.com/

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "jotform-mcp-server": {
      "url": "https://mcp.jotform.com/"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.jotform.com/

transport: streamable-http

endpoint alive - authentication required · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to mcp.jotform.com

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license MIT - declared in the repository

registry vendor namespace com.jotform - domain-verified with the official MCP registry

03 · What Jotform MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can create a new form, edit an existing form, and get all submissions of a form.

Capability map

Tools grouped from the project's README - what Jotform MCP Server lets an agent do.

read & search

2 tools - e.g. Get the list of your forms; Get all submissions of a form

list_forms · get_submissions

create & write

2 tools - e.g. Create a new form; Make a submission to an existing form

create_form · create_submission

update

1 tool - e.g. Edit an existing form

edit_form

Assign

1 tool - e.g. Assign form to user

assign_form

04 · Who maintains Jotform MCP Server

mcp is maintained by jotform. It's the only MCP server we track from this author; the repo dates to Oct 2025.

05 · Facts

category
other - ranked #752 of 848 actively-maintained other servers as of 2026-08-25.
registry
com.jotform/mcp (active, first published 2025-10-02)

06 · Jotform MCP Server FAQ

Is Jotform MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-02-26. We re-verify nightly.

What can Jotform MCP Server do?

With this server connected, an agent can create a new form, edit an existing form, and get all submissions of a form.

How do I install Jotform MCP Server?

Run `claude mcp add jotform-mcp-server --transport http https://mcp.jotform.com/`. You can also paste the ready-made client config above.

Does Jotform MCP Server require authentication?

Yes - when we probed the endpoint on 2026-08-25, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

07 · Alternatives to Jotform MCP Server