Create, edit, validate, publish, and inspect Formasty forms and quizzes over authenticated MCP.
MCPpedia last refreshed this data
com.formasty/form-builder is an MCP server that create, edit, validate, publish, and inspect Formasty forms and quizzes over authenticated MCP. Its tool list has not been published yet over http, requires no API key, and scores 42/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"formasty": {
"url": "https://app.formasty.com/api/mcp"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Build and operate production-ready forms, quizzes, surveys, workflows, and response pipelines from AI agents.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in education
A Model Context Protocol server for searching and analyzing arXiv papers
ARIS ⚔️ (Auto-Research-In-Sleep) — Lightweight Markdown-only skills for autonomous ML research: cross-model review loops, idea discovery, and experiment automation. No framework, no lock-in — works with Claude Code, Codex, OpenClaw, or any LLM agent.
1000+ scientific tools for AI scientists: life science, reserach, literature, and more.
Search open-source research papers across arXiv, OpenAlex, Crossref, PubMed, Semantic Scholar.
MCP Security Weekly
Get CVE alerts and security updates for com.formasty/form-builder and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Build and operate production-ready forms, quizzes, surveys, workflows, and response pipelines from AI agents.
This is the public documentation repository for Formasty's official remote Model Context Protocol (MCP) server. The Formasty application and backend remain private. This repository intentionally contains no server implementation, infrastructure configuration, customer data, or credentials.
| Setting | Value |
|---|---|
| Server name | formasty |
| Remote MCP URL | https://app.formasty.com/api/mcp |
| Transport | Streamable HTTP |
| Legacy SSE URL | https://app.formasty.com/api/mcp/sse |
| Authentication | OAuth, with API-key fallback for developer-controlled clients |
| Official registry name | com.formasty/form-builder |
For clients that support remote MCP servers, add https://app.formasty.com/api/mcp and complete the Formasty OAuth flow. The repository is documentation only: do not clone or run it as a server.
In Claude, open Customize > Connectors, add a custom connector, enter the remote MCP URL, and authenticate with Formasty. The same connector works across the Claude surfaces that support remote MCP.
After the Formasty plugin is approved for the Cursor Marketplace, install it from Cursor Settings > Plugins or run:
/add-plugin formasty
To connect manually before marketplace approval, add the following to your user or project MCP configuration:
{
"mcpServers": {
"formasty": {
"url": "https://app.formasty.com/api/mcp"
}
}
}
Cursor supports Streamable HTTP and OAuth for remote MCP servers.
Add the following to your user profile or workspace mcp.json:
{
"servers": {
"formasty": {
"type": "http",
"url": "https://app.formasty.com/api/mcp"
}
}
}
Use Cline's remote-server UI, or install from the CLI:
cline mcp install formasty --transport http https://app.formasty.com/api/mcp
In a workspace with MCP app developer access, create a custom app using https://app.formasty.com/api/mcp as the MCP server URL, complete OAuth, and review the requested tool permissions before publishing it to the workspace.
Install the official Formasty Gemini CLI extension from GitHub:
gemini extensions install https://github.com/QuantumCoderSys/formasty-mcp
Restart Gemini CLI, run /mcp list, and complete OAuth with /mcp auth formasty if authentication is requested. The root gemini-extension.json configures the hosted Streamable HTTP endpoint; no backend package or local server process is installed.
For stdio-only clients such as older Claude Desktop versions, use the remote bridge:
{
"mcpServers": {
"formasty": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://app.formasty.com/api/mcp"
]
}
}
}
Never place a Formasty API key in a public repository, shared configuration, issue, or screenshot. Prefer OAuth for user-facing clients.
Agents and marketplace reviewers can use llms-install.md for the concise installation and verification path. Gemini CLI also receives focused operating guidance from GEMINI.md.