formasty
Formasty MCP
从AI代理构建和运行生产就绪的表单、测验、调查、工作流和响应管道。
这是Formasty官方远程模型上下文协议(MCP)服务器的公共文档仓库。Formasty应用程序和后端保持私有。此仓库有意不包含服务器实现、基础设施配置、客户数据或凭据。
连接
设置 | 值 |
服务器名称 |
|
远程MCP URL |
|
传输方式 | Streamable HTTP |
旧版SSE URL |
|
身份验证 | OAuth,对于开发者控制的客户端可回退到API密钥 |
官方注册名称 |
|
对于支持远程MCP服务器的客户端,添加 https://app.formasty.com/api/mcp 并完成Formasty OAuth流程。此仓库仅包含文档:请勿克隆或将其作为服务器运行。
Claude
在Claude中,打开 自定义 > 连接器,添加自定义连接器,输入远程MCP URL,并使用Formasty进行身份验证。相同的连接器适用于支持远程MCP的所有Claude界面。
Cursor
将以下内容添加到您的用户或项目MCP配置中:
{
"mcpServers": {
"formasty": {
"url": "https://app.formasty.com/api/mcp"
}
}
}Cursor支持远程MCP服务器的Streamable HTTP和OAuth。
VS Code 和 GitHub Copilot
将以下内容添加到您的用户配置文件或工作区 mcp.json 中:
{
"servers": {
"formasty": {
"type": "http",
"url": "https://app.formasty.com/api/mcp"
}
}
}Cline
使用Cline的远程服务器UI,或从CLI安装:
cline mcp install formasty --transport http https://app.formasty.com/api/mcpChatGPT
在具有MCP应用程序开发者访问权限的工作区中,使用 https://app.formasty.com/api/mcp 作为MCP服务器URL创建自定义应用程序,完成OAuth,并在发布到工作区之前查看请求的工具权限。
Gemini CLI
从GitHub安装官方的Formasty Gemini CLI扩展:
gemini extensions install https://github.com/QuantumCoderSys/formasty-mcp重新启动Gemini CLI,运行 /mcp list,如果请求身份验证,则使用 /mcp auth formasty 完成OAuth。根目录下的 gemini-extension.json 配置了托管的Streamable HTTP端点;不会安装后端包或本地服务器进程。
兼容性桥接
对于仅支持stdio的客户端(如较旧的Claude Desktop版本),请使用远程桥接:
{
"mcpServers": {
"formasty": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://app.formasty.com/api/mcp"
]
}
}
}切勿将Formasty API密钥放置在公共仓库、共享配置、问题或屏幕截图中。对于面向用户的客户端,首选OAuth。
代理和市场审核者可以使用 llms-install.md 获取简洁的安装和验证路径。Gemini CLI还可以从 GEMINI.md 获得针对性的操作指导。
Related MCP server: Google Forms MCP Server
代理可以做什么
从头开始或从Formasty入门模板创建表单。
构建潜在客户捕获表单、调查、信息收集表单、申请表、预订表单、候补名单、投票和测验。
添加、更新、移动、重新排序和删除步骤和字段。
配置主题、封面、日程安排、设置、感谢屏幕和结束页面。
构建条件工作流、变量、路由规则、匹配测验和评分测验。
在发布前验证和审计草稿。
发布表单并检索分享、嵌入和连接资产。
根据用户权限读取和管理提交内容,并创建响应导出。
配置支持的Webhook、分析像素、标签管理器和自定义域名。
导入支持的Google Forms和Typeform表单。
当前公共合约公开了75个操作。请参阅 TOOLS.md 或使用MCP tools/list 获取实时、权威的架构和安全注释。
身份验证和权限
OAuth连接以已登录的Formasty用户身份操作。工具访问仍受以下限制:
OAuth范围或API密钥范围
工作区成员身份和角色权限
选定的工作区访问权限
Free、Pro和Business功能限制
乐观的草稿修订和服务器端验证
对重要操作的明确主机和用户批准
公共发现仅显示工具定义。调用工具或访问工作区数据需要身份验证。
有用链接
安全与隐私
在报告漏洞之前,请阅读 SECURITY.md;有关MCP特定的数据流,请阅读 PRIVACY.md。请勿在公共问题中包含访问令牌、API密钥、表单响应、客户数据、私有表单URL或来自真实工作区的重现数据。
支持
请参阅 SUPPORT.md 或发送电子邮件至 support@formasty.com 以获取账户、计费、隐私或安全敏感支持。
许可证
此仓库中的文档和元数据根据 MIT许可证 提供。使用托管的Formasty服务受 Formasty服务条款 约束。
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