Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.formswrite.com/llms.txt

Use this file to discover all available pages before exploring further.

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

  1. Sign in to Formswrite.
  2. Open Settings.
  3. Click Generate Auth Token and copy it.
The token gives full access to your Formswrite account. Don’t share it.

2. Add Formswrite to your AI app

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.

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.