You’ll need a Formswrite auth token and the config snippet for your AI app. Total time: about 3 minutes.
1. Get your auth token
- Sign in to Formswrite.
- Open Settings.
- Click Generate Auth Token and copy it.
The token gives full access to your Formswrite account. Don’t share it.
Claude Code
Claude Desktop
Cursor
ChatGPT
Run this one command in your terminal (replace YOUR_TOKEN):claude mcp add --transport http formswrite "https://mcp.formswrite.com/mcp?token=YOUR_TOKEN"
That’s it — no config file to edit, no restart needed. Start a new Claude Code session and the formswrite server will be available.Add -s project to share the server with your team via a committed .mcp.json, or -s user to enable it across every project on your machine.
Open the Claude Desktop config file:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
- Windows:
%APPDATA%\Claude\claude_desktop_config.json
Paste this in (replace YOUR_TOKEN):{
"mcpServers": {
"formswrite": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.formswrite.com/mcp?token=YOUR_TOKEN"
]
}
}
}
Quit and reopen Claude Desktop. Open Settings → MCP → Add server and enter:
- Name:
formswrite
- URL:
https://mcp.formswrite.com/mcp?token=YOUR_TOKEN
(Replace YOUR_TOKEN with your auth token.) Open Settings → Connectors → Create a connector and enter:
- Name:
Formswrite
- MCP server URL:
https://mcp.formswrite.com/mcp?token=YOUR_TOKEN
Enable the connector in any chat by clicking its chip.
3. Try it
In a new chat, type:
List my five most recent quizzes.
The AI will fetch them and reply with a summary. You’re connected.
Next steps
Example prompts
Ready-to-use prompts: build a quiz, edit one, export to any platform.