mcp-server

Clipform/mcp-server
★ 0 stars Unknown language Security Updated 10d ago
Official MCP server for Clipform - the video-first form builder. Remote + OAuth at https://mcp.clipform.io
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "Clipform/mcp-server"
      ]
    }
  }
}