Agent Vrm Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Agent Vrm Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
<div align="center">
</div>
<div align="center">
</div>
AgentVRM を介してVRMアバター機能を提供する Model Context Protocol サーバーです。このサーバーにより、Claude は AgentVRM エンジンが提供するVRMアバターを使用してテキストから音声を生成し、3Dアバターとして表現することができます。
https://github.com/user-attachments/assets/ea4b736d-a326-45b0-be88-b01fff6dc3f3
assets フォルダに .wav ファイルとして保存されます。uv を使用する場合は特別なインストールは必要ありません。直接 uvx を使用して agent-vrm-mcp を実行します。
このサーバーは動作するために AgentVRM エンジンが必要です。エンジンの起動は手動で行う必要があります。 デフォルトでは http://localhost:3001/api/speak_text への接続を試みます。--api-url 引数で別の URL を指定することができます。
AgentVRM エンジンは 公式 AgentVRM リポジトリ からダウンロードしてインストールできます。
Claude Desktop の設定に追加:
<details> <summary>uvx を使用する場合</summary>
{
"mcpServers": {
"vrm": {
"command": "uvx",
"args": ["agent-vrm-mcp", "--api-url=http://localhost:3001/api/speak_text"]
}
}
}
</details>
speak_text - AgentVRM を使用してテキストを音声に変換し、VRMアバターで表現text (文字列): 音声に変換するテキストspeaker_id (整数、デフォルト: 1): 使用する話者の IDspeed_scale (数値、デフォルト: 1.0): 再生速度の倍率auto_play (真偽値、デフォルト: True): 生成後に自動再生するかafplay ユーティリティを使用aplay を試し、失敗した場合は xdg-open にフォールバック開発者向けに、uv を用いた開発モードでのインストールおよびMCP Inspectorによる実行手順をまとめます。
# プロジェクトディレクトリで開発モードでインストール
cd C:\Prj\agent-vrm-mcp
uv sync
# 開発モードでパッケージをインストール
uv pip install -e .
# MCP Inspector で実行
npx @modelcontextprotocol/inspector python -m agent_vrm_mcp --api-url=http://localhost:3001/api/speak_textuv sync で依存パッケージを同期します。uv pip install -e . で開発モード(編集可能インストール)を行います。agent_vrm_mcpサーバーをAPIエンドポイント指定で起動できます。agent-vrm-mcp は MIT ライセンスの下で提供されています。これは、MIT ライセンスの条件に従い、自由に使用、修正、配布することができることを意味します。
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.