loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

jotform-cli

MCP Tool

zubeyralmaho/jotform-cli

Form-as-Code CLI for creating, managing, and inspecting Jotform forms from the terminal.

Install

$ npx loaditout add zubeyralmaho/jotform-cli

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "jotform-cli": {
      "command": "npx",
      "args": [
        "-y",
        "jotform-cli"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

<p align="center"> </p>

Jotform CLI

Form-as-Code CLI for creating, managing, and inspecting Jotform forms from the terminal.

Why It Exists

Jotform CLI is built first as a tool surface for AI agents.

  • Give AI agents a reliable, scriptable way to work with Jotform
  • Enable universal agentic workflows across terminal, CI/CD, and MCP hosts
  • Keep humans and agents on the same command surface with the same outputs
  • Turn forms into something that can be created, inspected, diffed, and deployed like code
What It Does
  • Auth: Interactive TUI login with masked input, real-time API validation, and system keychain storage
  • Forms CRUD: List, get, create, update, delete, diff, status, export, import, sync, and apply forms
  • Project context: Initialize with .jotform.yaml for git-like workflows (status, diff, push, pull)
  • Dashboard: Full-screen interactive TUI with split-pane form browser
  • Submissions: List and stream submissions in real-time with checkpoint-based resumption
  • AI: Generate form schemas from natural language prompts and get UX suggestions via Claude
  • MCP server: Expose Jotform as native tools for Claude Desktop, Claude Code, and other MCP hosts
  • Share: Display form URL with a terminal QR code
  • Branded UX: Animated spinners, staggered list rendering, branded help with Jotform color palette
Install
Go install
go install github.com/zubeyralmaho/jotform-cli@latest
Build from source
git clone https://github.com/zubeyralmaho/jotform-cli.git
cd jotform-cli
make build          # builds ./jotform
make install        # installs jotform + jf symlink to /usr/local/bin
Quick Start
# 1. Login (interactive TUI with masked input)
jotform login

# 2. Browse your forms
jotform ls

# 3. Set up a project directory
jotform init                         # interactive: link existing or create new

Tags

aicliform-automationformsgolangjotformmcpterminal

Reviews

Loading reviews...

Quality Signals

2
Stars
0
Installs
Last updated11 days ago
Security: AREADME
New

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit4/1/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/zubeyralmaho/jotform-cli)](https://loaditout.ai/skills/zubeyralmaho/jotform-cli)