← Back to Plugins
MCP Server MCP

Clipform

github By github 👁 1 views ▲ 0 votes

Interactive video forms that capture authentic responses. Build engaging forms in minutes.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...