Formswrite
Turn docs into forms
Formswrite MCP
Connect Claude Desktop, Cursor, Claude Code, and other MCP clients to the Formswrite API.
Convert documents to Google Forms, edit questions, list and publish forms, and run AI form assistant tools — all from your LLM.
What you can do
Once installed, your LLM gains access to the Formswrite toolset:
create_form— create a Formswrite job from a Google Doc, PDF, or pasted textget_form_data— read the current questions, options, and metadata of a formmodify_questions— add, edit, delete, or reorder questionsupdate_form_metadata— update title, description, or introductionpublish_form— publish a draft form so it can accept responsesexport_form— export a form to Google Forms, Moodle, Kahoot, Quizizz, Canvas, and 25+ other formatslist_jobs/get_job— browse and inspect your conversion jobs
Install
1. Get an API token
Sign in to your Formswrite dashboard and create an API token at: https://app.formswrite.com/settings/api-tokens
2. Add to your MCP client
Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"formswrite": {
"command": "npx",
"args": ["-y", "@formswrite/mcp"],
"env": {
"FORMSWRITE_API_TOKEN": "fw_..."
}
}
}
}
Restart Claude Desktop. The Formswrite tools will appear in the tools list.
Cursor
In Settings → MCP, add:
{
"formswrite": {
"command": "npx",
"args": ["-y", "@formswrite/mcp"],
"env": { "FORMSWRITE_API_TOKEN": "fw_..." }
}
}
Claude Code
claude mcp add formswrite -- npx -y @formswrite/mcp
Then set the token in ~/.claude/settings.json:
{ "env": { "FORMSWRITE_API_TOKEN": "fw_..." } }
Direct Streamable HTTP (no npm needed)
If your client supports the Streamable HTTP transport natively (Cursor 0.45+, ChatGPT MCP, recent Claude Desktop), you can skip this package and connect directly:
URL: https://mcp.formswrite.com/mcp
Header: Authorization: Bearer fw_...
How it works
This package is a small stdio ↔ Streamable HTTP bridge. It runs locally on your machine, opens a connection to https://mcp.formswrite.com/mcp using your API token, and forwards JSON-RPC messages between your MCP client (stdio) and the Formswrite server (HTTP).
All tool logic lives on the Formswrite backend — this package contains no business logic and never sees your form data outside of forwarding it.
Configuration
| Env var | Required | Default | Description |
|---|---|---|---|
FORMSWRITE_API_TOKEN | yes | — | API token from your Formswrite dashboard |
FORMSWRITE_MCP_URL | no | https://mcp.formswrite.com/mcp | Override for staging or self-hosted |
Troubleshooting
Diagnostic output is written to stderr (stdout is the JSON-RPC channel). To see logs:
- Claude Desktop: open the MCP logs panel (Settings → Developer)
- CLI: run
FORMSWRITE_API_TOKEN=... npx @formswrite/mcp 2>&1 >/dev/null
Common issues:
Missing token—FORMSWRITE_API_TOKENis not set in your client's MCPenvblock401 unauthorized— token is invalid, expired, or for the wrong environment. Generate a new one at the dashboard URL above429 rate_limited— you're past the 60 req/min limit; slow down
License
MIT — see LICENSE.
Links
- Formswrite: https://formswrite.com
- Dashboard: https://app.formswrite.com
- Issues: https://github.com/formswrite/formswrite-mcp/issues
- MCP spec: https://modelcontextprotocol.io
İlgili Sunucular
Kone.vc
sponsorMonetize your AI agent with contextual product recommendations
Agentic Tools
Provides AI assistants with advanced task management and memory capabilities using local JSON file storage.
Humanizer PRO
Humanizer PRO transforms AI content into natural, human-like writing that bypasses all AI detection. Our advanced AI humanizer ensures perfect authenticity while preserving your message. Try it now!
Carbone
Universal document generation and conversion MCP. Generate PDF/DOCX/XLSX from templates+JSON (invoices, contracts, reports), batch generation, 100+ format conversions.
PowerPoint MCP Server
Manipulate PowerPoint presentations using the python-pptx library.
OneNote
Browse and interact with the OneNote web app using browser automation.
floor plan generator
BuildFloorPlan is an AI floor plan generator for homeowners, interior designers, builders, and small planning teams who need to move from rough input to a reviewable layout faster. It turns short briefs, sketches, images, and PDFs into clearer floor plan outputs in seconds, supports technical 2D layouts, colored presentation-ready plans, and quick 3D previews, and helps users compare layout directions before renovation, client presentation, or internal review. It is designed for fast first drafts, supports editing and refinement workflows, and does not require CAD experience. You can start free with starter credits, and paid plans add more credits, longer history, and commercial usage options.
JSON Canvas MCP Server
A server for creating, modifying, validating, and exporting JSON Canvas files, a format for infinite canvas data.
Kumbify MCP
Tools that boost your productivity, from sending emails, scheduling to news updates—everything you need for your productivity.
che-ical-mcp
Native macOS Calendar & Reminders MCP server with 24 tools using Swift EventKit - supports recurring events, location triggers, search, batch operations
Deck Builder MCP
Create and manipulate PowerPoint presentations programmatically using JSON or Markdown.