Formasty
Rank #63,508com.formasty/form-builder
Create, edit, validate, publish, and inspect Formasty forms and quizzes over authenticated MCP.
Formasty is a Model Context Protocol (MCP) server published by QuantumCoderSys. It ranks #63,508 of 115,591 servers tracked on MCP Toplist. Formasty is listed on Official MCP, with 1 tracked version. It was first listed on Aug 18, 2026 and most recently updated on Aug 18, 2026.
Ranks ahead of 52,083 of 115,591 servers on MCP Toplist.
Use Formasty
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http form-builder https://app.formasty.com/api/mcp[mcp_servers.form-builder]
url = "https://app.formasty.com/api/mcp"Add to ~/.codex/config.toml.
https://app.formasty.com/api/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"form-builder": {
"url": "https://app.formasty.com/api/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"form-builder": {
"type": "http",
"url": "https://app.formasty.com/api/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"form-builder": {
"serverUrl": "https://app.formasty.com/api/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"form-builder": {
"url": "https://app.formasty.com/api/mcp"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.formasty%2Fform-builder)<a href="https://mcptoplist.com/server/com.formasty%2Fform-builder"><img src="https://mcptoplist.com/badge/com.formasty%2Fform-builder.svg" alt="MCP Toplist: #63,508 of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
QuantumCoderSys
Other servers by QuantumCoderSys
View all QuantumCoderSys servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Aug 18, 2026 |
Frequently asked questions
- Who maintains Formasty?
- Formasty is maintained by QuantumCoderSys, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Formasty listed on the Official MCP Registry?
- Yes — Formasty is listed on the Official MCP Registry.
- How many versions does Formasty have?
- MCP Toplist tracks 1 version of Formasty, most recently published on Aug 18, 2026.
- Where can I find the source code for Formasty?
- The source code for Formasty is hosted at github.com/QuantumCoderSys/Formasty.