Loading MCP server directory, please wait...
Form backend an agent runs end to end: provision forms, snippets, spam, signed webhooks.
npx @getmcp/cli add com.furrowforms/furrow-formsRequires Node.js 18+. Community-contributed server. Review source before installing.
FURROW_TOKENfrw_… API token. Create one at app.furrowforms.com → Settings → Tokens, or let the agent register via the API.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.furrowforms/furrow-forms": {
"command": "npx",
"args": [
"-y",
"@furrowforms/mcp"
],
"env": {
"FURROW_TOKEN": ""
}
}
}
}