/ الدليل / الملعب / 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 نفس مخطط mcpServers مثل Claude Desktop. إعدادات المشروع أولى من الإعدادات العامة.

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

انقر على أيقونة MCP Servers في شريط Cline الجانبي، ثم "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.

المزيد

الموارد

📖 اقرأ ملف README الرسمي على GitHub

🐙 تصفح القضايا المفتوحة

🔍 تصفح أكثر من 400 خادم MCP و Skills