furrow forms for Claude Desktop
com.furrowforms/furrow-forms
Form backend an agent runs end to end: provision forms, snippets, spam, signed webhooks.
client:Claude Desktop
transport:streamable-http
runtime:npm
tools:27
Install furrow forms in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"furrow-forms": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.furrowforms.com/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs
What Claude Desktop can do once it is connected
- list_teams
- update_team
- get_account
- update_account
- create_upgrade_link
- list_clients
- get_client
- create_client
- update_client
- archive_client
- list_projects
- get_project
- list_forms
- get_form
- list_submissions
- get_submission
- get_snippet
- create_project
- update_project
- rotate_project_inbox
- archive_project
- create_form
- update_form
- archive_form