Skip to main content
Free - the MCP server is not plan-gated. You need an API token (fpat_…) - mint one under Settings → API & MCP in the dashboard.
Formpaste is a remote MCP server, so clients connect to it over HTTP via mcp-remote rather than launching a local process. Pick your client below. Swap fpat_YOUR_TOKEN for your real token in every case.
Formpaste is listed in the official MCP registry as com.formpaste/formpaste. Clients that support registry search can find it by name. There is also an npm wrapper, formpaste-mcp, which runs the same hosted server and reads the token from a FORMPASTE_TOKEN environment variable instead of a config file:
It is a thin wrapper, not a different product. The per-client instructions below work exactly the same way, so use whichever you prefer.
Claude Code installs MCP servers from the CLI:
Verify: run claude mcp list - formpaste should appear as connected.

Verify it connected

Once installed and restarted, your client should list formpaste as a connected server with six tools: create_form, get_snippet, list_forms, get_form, send_test_submission, and list_submissions. If it does not, see Troubleshooting.

MCP server

The endpoint, auth, and the full tool list.

Cookbook prompts

Prompts that drive create, wire, and verify end to end.