zubeyralmaho/jotform-cli
Form-as-Code CLI for creating, managing, and inspecting Jotform forms from the terminal.
Platform-specific configuration:
{
"mcpServers": {
"jotform-cli": {
"command": "npx",
"args": [
"-y",
"jotform-cli"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<p align="center"> </p>
Form-as-Code CLI for creating, managing, and inspecting Jotform forms from the terminal.
Jotform CLI is built first as a tool surface for AI agents.
.jotform.yaml for git-like workflows (status, diff, push, pull)go install github.com/zubeyralmaho/jotform-cli@latestgit 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# 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 newLoading reviews...