Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI โ†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
  • Remote MCP โ†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) โ†— (opens in a new tab)
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ’ป Developer Tools
  3. Mcp
M
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:26:34 PM

Mcp

Enrichment pendingWe havenโ€™t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time โ€” check back soon.
View Repository

Jotform MCP

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON โ–พ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "mcp-105": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-105"
      ]
    }
  }
}

๐Ÿ’ก Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing Alternatives๐Ÿ’ป More in Developer Tools

Documentation Overview

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

Code
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:

bash
gemini extensions install https://github.com/jotform/mcp-server

Once you have the extension installed, start Gemini CLI by running:

bash
gemini

Then, authenticate with your Jotform account by running the following command inside Gemini CLI:

Code
/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:

Code
/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

bash
# Install extension
gemini extensions install https://github.com/jotform/mcp-server

# Start and authenticate
gemini
/mcp auth jotform

Cursor IDE

Settings โ†’ MCP Servers โ†’ Add:

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

Claude Desktop

Add to your configuration:

config.json
{
  "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

Related MCP Servers

View all in Developer Tools View all alternatives
  • M
    MCP

    EduBase MCP server

    ๐Ÿ’ป Developer Tools0 views
    Compare vs MCP โ†’
  • I
    Isnow890 Data4library Mcp

    ์ฑ… ์‹ซ์–ดํ•˜๋Š” ์ œ๊ฐ€ ์ฑ…์— ๋Œ€ํ•ด ์•„๋Š”์ฒ™ํ•˜๊ณ  ์‹ถ์–ด์„œ ๋งŒ๋“ค์—ˆ์Šต๋‹ˆ๋‹ค.. ๋‚ด ์ฃผ๋ณ€ ๋„์„œ๊ด€ ์‹ค์‹œ๊ฐ„ ๋Œ€์ถœ ํ™•์ธ ์ฝ๊ณ  ์‹ถ์€ ์ฑ…์„ ๊ฒ€์ƒ‰ํ•˜๋ฉด ์ฃผ๋ณ€ ๋„์„œ๊ด€ ๋Œ€์ถœ ๊ฐ€๋Šฅ ์—ฌ๋ถ€๋ฅผ ์ฆ‰์‹œ ํ™•์ธ ๊ตณ์ด ๋„์„œ๊ด€โ€ฆ

    ๐Ÿ’ป Developer Tools0 views
    Compare vs Isnow890 Data4library Mcp โ†’
  • Blbl147 Xhs Mcp logoBlbl147 Xhs Mcp

    ๆœ็ดข็ฌ”่ฎฐใ€ๆต่งˆ้ฆ–้กตๆŽจ่ใ€ๆŸฅ็œ‹็ฌ”่ฎฐๅ†…ๅฎนไธŽ่ฏ„่ฎบ๏ผŒๅนถๅ‘่กจไฝ ็š„่ฏ„่ฎบใ€‚็›ดๆŽฅๅœจๅทฅไฝœๆตไธญไธŽๅฐ็บขไนฆๅ†…ๅฎนไบ’ๅŠจ๏ผŒ้ซ˜ๆ•ˆ่ทŸ่ฟ›่ฏ้ข˜ใ€‚

    ๐Ÿ’ป Developer Tools0 views
    Compare vs Blbl147 Xhs Mcp โ†’
  • M
    Mcp

    A Model Context Protocol server for Wix AI tools

    ๐Ÿ’ป Developer Tools0 views
    Compare vs Mcp โ†’

Frequently Asked Questions about Mcp

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "mcp": { "command": "npx", "args": ["-y", "mcp"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMcp AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/mcp-105?style=directory)](https://allmcps.com/mcp/mcp-105)
HTML Embed
<a href="https://allmcps.com/mcp/mcp-105"><img src="https://allmcps.com/api/badge/mcp-105?style=directory" alt="Mcp on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ’ปDeveloper Tools
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
0/4 checks healthy over the last 7h
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
npm downloads9,111/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
25Quality signal: Emerging ยท 25/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools6/30
Adoption & activity5/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

โ˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 3,181+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge โ€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ’ป Developer Tools โ†’Best MCP servers for Developers โ†’Alternatives to Mcp โ†’Install in Claude DesktopInstall in CursorInstall in VS Code