MCP Server
MCP
Clipform
Interactive video forms that capture authentic responses. Build engaging forms in minutes.
Install
npx -y @clipform/[email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.clipform.io"
}
],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@clipform/mcp-server",
"version": "2.4.0",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "API 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.",
"isRequired": true,
"isSecret": true,
"name": "CLIPFORM_API_KEY"
},
{
"description": "Clipform API base URL.",
"isRequired": true,
"default": "https://api.clipform.io",
"name": "API_URL"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment