Wire a contact form with Cursor in one prompt
Add FormLoom's MCP server and let Cursor generate a working, provisioned form.
- 1
Add the MCP server
Create `.cursor/mcp.json` with the FormLoom server block.
- 2
Ask Cursor
Say 'add a contact form using FormLoom and provision an endpoint'.
- 3
Accept the edit
Cursor calls `get_snippet` + `provision_endpoint` and writes framework-correct code with a live key.
example.json
{
"mcpServers": {
"formloom": { "command": "npx", "args": ["-y", "@formloom/mcp"] }
}
}FAQ
Yes — the access key is provisioned during generation, so the form is live on first run.