MCP.so
登录

Clipform

@Clipform

关于 Clipform

Official MCP server for Clipform - the video-first form builder. Remote + OAuth at https://mcp.clipform.io

基本信息

分类

其他

传输方式

stdio

发布者

Clipform

提交者

Andy Smith

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "clipform": {
      "command": "npx",
      "args": [
        "-y",
        "@clipform/mcp-server"
      ],
      "env": {
        "CLIPFORM_API_KEY": "cf_xxx",
        "API_URL": "https://api.clipform.io"
      }
    }
  }
}

工具

26

Create a new Clipform (interactive video-style form).

List forms in your workspace with optional filtering.

Retrieve a form's details including all nodes in sequential order.

Update a form's title, publish status, settings, or tags.

Permanently delete a form and all its nodes.

Add a new node to an existing form.

Update one or more existing nodes' text, type, config, or options.

Delete a node from a form.

Upload media for one or more nodes.

Get the media attached to a node, including processing status.

Remove media from a node.

Set routing logic on one or more nodes.

Save an audit trail for a generated form.

Fallback news lookup for clients without native web search.

Extract the transcript, title, and channel info from a YouTube video.

Generate narration audio from text with word-level captions.

Generate a video from images, video clips, or both, synced to an audio track.

Search images or stock video clips.

Render a specialised video composition to MP4 or PNG - custom animated visuals that clipform_generate_video can't provide, such as geography animations or designed motion graphics.

Search for royalty-free music tracks and ambient sounds.

Browse available video compositions and their expected props schemas.

List available creative assets (sound effects, animations, fonts) for video compositions.

Check the status of render jobs started by clipform_generate_video or clipform_render_composition.

Fetch a GeoJSON boundary polygon for a country, city, or region.

Retrieve craft knowledge for building a specific form type.

Retrieve a step-by-step build workflow for creating a specific form type.

概览

What is Clipform?

Clipform is an MCP server that enables building and managing interactive video-style forms from any MCP client such as Claude, ChatGPT, Cursor, and Windsurf.

How to use Clipform?

Connect remotely by pointing an MCP client to https://mcp.clipform.io (OAuth 2.1 + Dynamic Client Registration). For local use, run npx -y @clipform/mcp-server with an API key or in anonymous mode, or add to your MCP config with the command and CLIPFORM_API_KEY environment variable.

Key features of Clipform

  • Create and manage interactive video-style forms
  • Add nodes with multiple types and logic
  • Upload media and manage node attachments
  • Generate narration audio with word-level captions
  • Generate videos from images and clips
  • Search for royalty-free music and stock media

Use cases of Clipform

  • Build customer feedback forms with choice and open-ended questions
  • Create interactive video tutorials with narration and media
  • Design educational quizzes with branching logic
  • Generate animated compositions for geography or motion graphics

FAQ from Clipform

How do I connect Clipform via remote (OAuth)?

Point any MCP client that supports OAuth to https://mcp.clipform.io; discovery, registration, and auth are handled automatically via OAuth 2.1 and Dynamic Client Registration.

What happens if I use Clipform without an API key?

Forms go into a shared unclaimed workspace with a free-tier 3-node limit. You receive a claim URL to transfer ownership to your account later.

What environment variables are required?

API_URL is always required (default https://api.clipform.io); CLIPFORM_API_KEY is needed for workspace auth – omit it for anonymous mode.

Can I use Clipform with any MCP client?

Yes. Remote mode works with any OAuth-capable client (e.g., Claude, ChatGPT, Cursor). Local mode works with any stdio-based MCP client (e.g., Claude Desktop, Windsurf).

What creative tools are unlocked with an API key?

Search, text-to-speech generation, video rendering, media search, video composition rendering, GeoJSON boundary fetching, and craft guides/workflows are available only with a valid API key.

评论

其他 分类下的更多 MCP 服务器