Loading MCP server directory, please wait...
Interactive video forms that capture authentic responses. Build engaging forms in minutes.
npx @getmcp/cli add io.github.Clipform/mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
CLIPFORM_API_KEYAPI key that scopes tool calls to your workspace (create one in the dashboard under Settings, API keys). Not needed to list tools, only to call them.
API_URLClipform API base URL.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Clipform/mcp-server": {
"command": "npx",
"args": [
"-y",
"@clipform/mcp-server"
],
"env": {
"CLIPFORM_API_KEY": "",
"API_URL": "https://api.clipform.io"
}
}
}
}