Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
The HeyGen MCP server enables MCP clients like Claude Desktop to interact with the Heygen API for generating avatars and videos.
Add this to your MCP client configuration:
{
"mcpServers": {
"heygen-com-heygen-mcp": {
"command": "uvx",
"args": [
"heygen-mcp"
],
"env": {
"HEYGEN_API_KEY": "<Your Heygen API key>"
}
}
}
}{
"id": "heygen-com-heygen-mcp",
"name": "HeyGen",
"description": "The HeyGen MCP server enables MCP clients like Claude Desktop to interact with the Heygen API for generating avatars and videos.",
"source_url": "https://github.com/heygen-com/heygen-mcp",
"publisher_name": "heygen-com",
"publisher_url": "https://github.com/heygen-com",
"is_official": true,
"license": "",
"runtime": "python",
"downloads": 1971,
"requires_oauth": false,
"distribution": {
"type": "pip",
"package": "heygen-mcp"
},
"tools_count": 6
}