1. Mint a token
In the dashboard, go to Settings → API & MCP and generate a token. Copy it now - it is shown exactly once. For an agent that only needs to set forms up (not read submissions), choose the setup scope; it is the safer default.2. Connect your agent
Add the Formpaste MCP server to your coding agent. Pick your client on the Install page - there are one-line setups for Claude Code, Codex, Cursor, Claude Desktop, VS Code, and any othermcp-remote client.
3. Give it a prompt
Now just ask. For example:What your agent can do
The MCP server exposes six tools: create a form, fetch a framework snippet, list your forms, read one form’s config, send a test submission, and read submissions. See the MCP server reference for the full list.Install
Per-client setup commands.
Cookbook prompts
Prompts that drive the whole loop.