MCP.so
登录
服务器
V

VidMCP — Smart MCP Server for AI Video Generation

@aparna162

The missing layer between your AI assistant and every major video tool.

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

{
  "mcpServers": {
    "vidmcp": {
      "command": "python",
      "args": [
        "server.py"
      ],
      "cwd": "/path/to/vidmcp",
      "env": {
        "FAL_API_KEY": "<YOUR_FAL_API_KEY>",
        "KLING_API_KEY": "<YOUR_KLING_API_KEY>",
        "RUNWAY_API_KEY": "<YOUR_RUNWAY_API_KEY>",
        "ELEVENLABS_API_KEY": "<YOUR_ELEVENLABS_API_KEY>"
      }
    }
  }
}

来自「媒体与设计」的更多内容