MCP.so
ログイン

Voice Assistant MCP Server

@prakharbhardwaj

Voice Assistant MCP Server について

A Model Context Protocol (MCP) server that integrates Twilio Voice, Deepgram AI, and OpenAI to create intelligent voice-based HR automation tools.

基本情報

カテゴリ

AI とエージェント

ランタイム

node

トランスポート

stdio

公開者

prakharbhardwaj

設定

標準の設定はありません

このサーバーの README には解析可能な MCP 設定ブロックが含まれていません。インストール手順はリポジトリをご確認ください。

リポジトリ

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Voice Assistant MCP Server?

A Model Context Protocol (MCP) server that integrates Twilio Voice, Deepgram AI, and OpenAI to create intelligent voice-based HR automation tools. It enables AI assistants like Claude to conduct phone interviews, deliver notifications, and manage HR communications through natural voice conversations.

How to use Voice Assistant MCP Server?

Install with Node.js v22+, set up environment variables for Twilio, Deepgram, and a public URL. Run npm run dev to start the server. Configure Claude Desktop by adding the MCP server to the Claude Desktop configuration file using the absolute path to the Node.js binary and project directory.

Key features of Voice Assistant MCP Server

  • AI-Powered Voice Interviews via phone
  • Interview Result Notifications with feedback
  • Job Opportunity Outreach to potential candidates
  • Real-time Voice Processing with Deepgram
  • Seamless MCP Integration with Claude
  • WebSocket-based Media Streaming with Twilio

Use cases of Voice Assistant MCP Server

  • Conduct professional phone interviews for open positions
  • Notify candidates about interview results and next steps
  • Reach out to prospects about new job opportunities
  • Verify Twilio configuration and system health

FAQ from Voice Assistant MCP Server

What are the prerequisites to run this server?

Node.js v22+, a Twilio account with an outbound phone number, a Deepgram API key, and a publicly accessible URL (e.g., ngrok) for webhooks.

How do I configure the server for Claude Desktop?

Add the MCP server configuration to claude_desktop_config.json with the absolute path to Node.js and your project’s mcp-server.js, plus all required environment variables.

What tools are available and how do I use them?

Five tools: conduct_interview, notify_interview_result, discuss_job_opening, get_call_status, and check_twilio_config. Each accepts specific parameters like candidate phone number and name, and can be invoked via natural language in Claude.

How do I troubleshoot common issues?

Ensure your server URL is publicly accessible, verify Twilio webhooks are correctly configured, check environment variables are set, and that MCP config paths are absolute. Detailed logs are available in src/mcp/mcp-server.log.

Are there any known compatibility issues with Claude Desktop?

Yes, if you encounter a SyntaxError: Unexpected identifier, it is often because Claude Desktop cannot find the correct Node.js binary. Use the absolute path to your Node.js binary (found with which node) in the MCP configuration.

コメント

「AI とエージェント」の他のコンテンツ