/ ディレクトリ / プレイグラウンド / MCP Voice Assistant
● コミュニティ mcp-use ⚡ 即起動

MCP Voice Assistant

作者 mcp-use · mcp-use/mcp-use-voice-assistant

Real-time voice assistant using Whisper STT + ElevenLabs TTS — conversational AI with memory.

Real-time voice assistant using Whisper STT + ElevenLabs TTS — conversational AI with memory.

ライブデモ

実際の動作

mcp-voice-assistant.replay ▶ 準備完了
0/0

インストール

クライアントを選択

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "mcp-voice-assistant": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-voice-assistant"
      ]
    }
  }
}

Claude Desktop → Settings → Developer → Edit Config を開く。保存後、アプリを再起動。

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "mcp-voice-assistant": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-voice-assistant"
      ]
    }
  }
}

Cursor は Claude Desktop と同じ mcpServers スキーマを使用。プロジェクト設定はグローバルより優先。

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "mcp-voice-assistant": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-voice-assistant"
      ]
    }
  }
}

Cline サイドバーの MCP Servers アイコンをクリックし、"Edit Configuration" を選択。

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-voice-assistant": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-voice-assistant"
      ]
    }
  }
}

Claude Desktop と同じ形式。Windsurf を再起動して反映。

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "mcp-voice-assistant",
      "command": "npx",
      "args": [
        "-y",
        "mcp-voice-assistant"
      ]
    }
  ]
}

Continue はマップではなくサーバーオブジェクトの配列を使用。

~/.config/zed/settings.json
{
  "context_servers": {
    "mcp-voice-assistant": {
      "command": {
        "path": "npx",
        "args": [
          "-y",
          "mcp-voice-assistant"
        ]
      }
    }
  }
}

context_servers に追加。保存時に Zed がホットリロード。

claude mcp add mcp-voice-assistant -- npx -y mcp-voice-assistant

ワンライナー。claude mcp list で確認、claude mcp remove で削除。

ユースケース

実用的な使い方: MCP Voice Assistant

Get started with MCP Voice Assistant

使うタイミング: When you want to bring MCP Voice Assistant into your Claude workflow.

フロー
  1. Install the MCP server in your client (see Install tab).
  2. Authenticate or configure required tokens.
  3. Ask Claude to use the new tools.
    Use MCP Voice Assistant to help me with a task.✓ コピーしました

結果: Claude can interact with MCP Voice Assistant directly from your IDE.

その他

リソース

📖 GitHub の公式 README を読む

🐙 オープンな issue を見る

🔍 400以上のMCPサーバーとSkillsを見る