formasty
Allows GitHub Copilot to integrate with Formasty as a remote MCP server for building and operating forms, quizzes, surveys, and workflows.
Allows importing Google Forms into Formasty for migration and further editing.
Allows importing Typeform forms into Formasty for migration and further editing.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@formastycreate a lead capture form with name, email, and phone fields"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Formasty MCP
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.
Connect
Setting | Value |
Server name |
|
Remote MCP URL |
|
Transport | Streamable HTTP |
Legacy SSE URL |
|
Authentication | OAuth, with API-key fallback for developer-controlled clients |
Official registry name |
|
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.
Claude
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.
Cursor
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.
VS Code and GitHub Copilot
Add the following to your user profile or workspace mcp.json:
{
"servers": {
"formasty": {
"type": "http",
"url": "https://app.formasty.com/api/mcp"
}
}
}Cline
Use Cline's remote-server UI, or install from the CLI:
cline mcp install formasty --transport http https://app.formasty.com/api/mcpChatGPT
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.
Gemini CLI
Install the official Formasty Gemini CLI extension from GitHub:
gemini extensions install https://github.com/QuantumCoderSys/formasty-mcpRestart 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.
Compatibility bridge
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.
Related MCP server: Google Forms MCP Server
What agents can do
Create forms from scratch or from Formasty starter templates.
Build lead-capture forms, surveys, intake forms, applications, booking forms, waitlists, polls, and quizzes.
Add, update, move, reorder, and remove steps and fields.
Configure themes, covers, scheduling, settings, thank-you screens, and endings.
Build conditional workflows, variables, routing rules, matching quizzes, and score quizzes.
Validate and audit drafts before publishing.
Publish forms and retrieve share, embed, and connection assets.
Read and manage submissions and create response exports, subject to user permissions.
Configure supported webhooks, analytics pixels, tag managers, and custom domains.
Import supported Google Forms and Typeform forms.
The current public contract exposes 75 operations. See TOOLS.md or use MCP tools/list for the live, authoritative schemas and safety annotations.
Authentication and permissions
OAuth connections act as the signed-in Formasty user. Tool access is still constrained by:
OAuth scopes or API-key scopes
workspace membership and role permissions
selected workspace access
Free, Pro, and Business feature gates
optimistic draft revisions and server-side validation
explicit host and user approval for consequential operations
Public discovery reveals tool definitions only. Invoking tools or accessing workspace data requires authentication.
Useful links
Security and privacy
Read SECURITY.md before reporting a vulnerability and PRIVACY.md for the MCP-specific data flow. Do not include access tokens, API keys, form responses, customer data, private form URLs, or reproduction data from a real workspace in a public issue.
Support
See SUPPORT.md or email support@formasty.com for account, billing, privacy, or security-sensitive support.
License
The documentation and metadata in this repository are available under the MIT License. Use of the hosted Formasty service is governed by the Formasty Terms of Service.
This server cannot be installed
Maintenance
Related MCP Servers
- Flicense-qualityDmaintenanceEnables AI assistants to interact with Form.io's API to create, read, update, and manage forms using natural language. Includes safety guardrails to protect existing forms and supports real-time form previews.
- Alicense-qualityDmaintenanceEnables creation and management of Google Forms with support for all 12 question types, response collection, CSV export, and form publishing through OAuth-authenticated API access.2MIT
- Alicense-qualityDmaintenanceEnables AI clients to create multi-field forms, send approval requests via email, and retrieve structured human responses. It facilitates human-in-the-loop workflows by allowing agents to collect data and check form completion status.1,299MIT

Formswrite MCPofficial
Alicense-qualityDmaintenanceEnables LLMs to convert documents to Google Forms, edit questions, list and publish forms, and run AI form assistant tools through the Formswrite API.MIT
Related MCP Connectors
Give AI agents access to form submissions — read, search, update, and process file attachments.
Connect AI assistants to Dashform — build and manage AI-powered forms, funnels, quizzes.
Build and run visual creative-production workflows from your AI agent.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/QuantumCoderSys/formasty-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server