Heygen MCP Server
OfficialHeygen MCP サーバー

HeyGen MCP サーバーを使用すると、Claude Desktop や Agents などの MCP クライアントがHeyGen APIを使用してアバターやビデオを生成できるようになります。
注:このプロジェクトはまだ開発初期段階です。コミュニティからのフィードバックや貢献は歓迎いたしますが、公式サポートには限りがあることをご了承ください。
インストール
前提条件
Python 3.10以上
Heygen APIキー( Heygenから取得)。毎月10クレジットの無料クレジットが含まれます。
uvのインストール
uv は、このパッケージのインストールに推奨される高速な Python パッケージ インストーラーおよびリゾルバーです。
macOS または Linux:
# Install with the official installer script
curl -LsSf https://astral.sh/uv/install.sh | sh
# Or via Homebrew (macOS)
brew install uvウィンドウズ:
# Install with the official installer script in PowerShell
irm https://astral.sh/uv/install.ps1 | iex
# Or via Scoop
scoop install uvその他のインストール方法については、 uv ドキュメントを参照してください。
Related MCP server: Gemini MCP Server for Claude Desktop
使用法
Claude Desktop のクイックスタート
HeyGenから API キーを取得します。
uv パッケージ マネージャーをインストールします (上記のuv のインストールセクションを参照)。
Claude > 設定 > 開発者 > 構成の編集 >
claude_desktop_config.jsonに移動して、以下を追加します。
{
"mcpServers": {
"HeyGen": {
"command": "uvx",
"args": ["heygen-mcp"],
"env": {
"HEYGEN_API_KEY": "<insert-your-api-key-here>"
}
}
}
}Windowsをご利用の場合、MCPサーバーを使用するには、Claude Desktopで「開発者モード」を有効にする必要があります。左上のハンバーガーメニューで「ヘルプ」をクリックし、「開発者モードを有効にする」を選択してください。
利用可能なMCPツール
サーバーは、Claude に次のツールを提供します。
get_remaining_credits : Heygen アカウントに残っているクレジットを取得します。
get_voices : Heygen API から利用可能な音声のリストを取得します (最初の 100 個の音声に制限されます)。
get_avatar_groups : Heygen アバター グループのリストを取得します。
get_avatars_in_avatar_group : 特定の Heygen アバター グループ内のアバターのリストを取得します。
generate_avatar_video : 指定されたアバター、テキスト、音声で新しいアバター ビデオを生成します。
get_avatar_video_status : Heygen API 経由で生成されたビデオのステータスを取得します。
発達
MCP Inspectorで実行
テストとデバッグのために MCP Inspector を使用してサーバーをローカルで実行するには:
uv --with "mcp[cli]" dev heygen_mcp/server.pyこれにより、サーバーが開発モードで起動し、MCP インスペクターを使用して利用可能なツールと機能をテストできるようになります。
ロードマップ
[ ] テスト
[ ] CICD
[ ] 写真アバターAPIのサポート
[ ] SSEとOAuthフローを備えたリモートMCPサーバー
[ ] 翻訳APIサポート
[ ] テンプレートAPIサポート
[ ] インタラクティブアバターAPIサポート
貢献
貢献を歓迎します!お気軽にプルリクエストを送信してください。
ライセンス
このプロジェクトは MIT ライセンスに基づいてライセンスされています - 詳細については LICENSE ファイルを参照してください。
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityFmaintenanceA server that enables Claude 3.7 and other AI agents to access VOICEVOX-compatible speech synthesis engines (AivisSpeech, VOICEVOX, COEIROINK) through the Model Context Protocol.112MIT
- AlicenseBqualityFmaintenanceA server that enables Claude Desktop to generate images using Google's Gemini AI models through the Model Context Protocol (MCP).1020519MIT
- AlicenseAqualityDmaintenanceAn integration that enables Claude to generate AI videos from text prompts or images using Kling AI's video generation models.126941MIT
- AlicenseCqualityCmaintenanceEnables Claude Desktop and other AI tools to interact directly with Figma, allowing for powerful AI-assisted design capabilities through natural language commands.922,316648MIT
Related MCP Connectors
Create and manage cinematic AI video renders through the Future Video Studio Agent API.
Generate images, video, music and voice from your CLI or AI agent. On-brand AI media toolkit.
Generate images, video, and audio with Glif's media-generation agent
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/heygen-com/heygen-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server