Loading MCP server directory, please wait...
Create and wire up contact forms from your coding agent. Forms, snippets, and submissions.
npx @getmcp/cli add com.formpaste/formpasteRequires Node.js 18+. Community-contributed server. Review source before installing.
FORMPASTE_TOKENFormpaste API token starting with fpat_, minted in the dashboard under Settings -> API & MCP. Use a setup-scoped token unless the agent needs to read submission content.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.formpaste/formpaste": {
"command": "npx",
"args": [
"-y",
"formpaste-mcp"
],
"env": {
"FORMPASTE_TOKEN": ""
}
}
}
}