Servers
V
VidMCP — Smart MCP Server for AI Video Generation
@aparna162
The missing layer between your AI assistant and every major video tool.
Add this server to your MCP-compatible client using the configuration below.
{
"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>"
}
}
}
}