MCP Marketplace
BrowseHow It WorksFor CreatorsDocs
Sign inSign up
MCP Marketplace

The curated, security-first marketplace for AI tools.

Product

Browse ToolsSubmit a ToolDocumentationHow It WorksBlogFAQ

Legal

Terms of ServicePrivacy PolicyCommunity Guidelines

Connect

support@mcp-marketplace.ioTwitter / XDiscord

MCP Marketplace ยฉ 2026. All rights reserved.

Back to Browse

Mcp MCP Server

by Jotform
Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Jotform MCP

About

Jotform MCP

Remote endpoints: streamable-http: https://mcp.jotform.com/

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

Endpoint verified ยท Requires authentication ยท 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

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

Documentation

View on GitHub

From the project's GitHub 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

ProductDeployment typeSupport status
JotformCloud (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.

  1. Add the server URL in your MCP client
  2. You'll be shown a Jotform OAuth consent screen to authorize access to your Jotform data
  3. Only workspace admins can install the Jotform MCP app
View Authorized MCP Clients
  1. Sign in to Jotform Dashboard
  2. My Account โ†’ Connected Apps
  3. Select Jotform MCP
  4. Open Clients to see all OAuth-connected MCP clients
Revoke OAuth Access for a Specific Client
  1. In Clients, find the target client
  2. Click the overflow menu (โ‹ฎ)
  3. 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 forms
  • create_form - Create a new form
  • edit_form - Edit an existing form
  • create_submission - Make a submission to an existing form
  • get_submissions - Get all submissions of a form
  • assign_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):

PlanRequests per minute
Free60
Enterprise600

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

Reviews

No reviews yet

Be the first to review this server!

0

installs

New

no ratings yet

Is this your server?

Claim ownership to manage your listing, respond to reviews, and track installs from your dashboard.

Claim with GitHub

Sign up with the GitHub account that owns this repo

Links

Source CodeRemote Endpoint

Details

Published February 24, 2026
Version 1.0.0
0 installs
Remote Plugin

More Developer Tools MCP Servers

Fetch

Free

by Modelcontextprotocol ยท Developer Tools

Web content fetching and conversion for efficient LLM usage

80.0K
Stars
4
Installs
5.3
Security
No ratings yet
Local

Toleno

Free

by Toleno ยท Developer Tools

Toleno Network MCP Server โ€” Manage your Toleno mining account with Claude AI using natural language.

137
Stars
518
Installs
8.0
Security
4.8
Local

mcp-creator-python

Free

by mcp-marketplace ยท Developer Tools

Create, build, and publish Python MCP servers to PyPI โ€” conversationally.

-
Stars
72
Installs
10.0
Security
4.6
Local

MarkItDown

Free

by Microsoft ยท Content & Media

Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption

156.1K
Stars
33
Installs
6.0
Security
5.0
Local

FinAgent

Free

by mcp-marketplace ยท Finance

Free stock data and market news for any MCP-compatible AI assistant.

-
Stars
20
Installs
10.0
Security
No ratings yet
Local

mcp-creator-typescript

Free

by mcp-marketplace ยท Developer Tools

Scaffold, build, and publish TypeScript MCP servers to npm โ€” conversationally

-
Stars
18
Installs
10.0
Security
5.0
Local