RetellAI MCP Server

by abhaybabbar

Integrations

  • Used for environment variable management, specifically to load the RetellAI API key from a .env file for authentication.

  • Used for package management to install the server dependencies.

RetellAI MCP サーバー

これは、RetellAI のモデル コンテキスト プロトコル (MCP) サーバー実装であり、AI アシスタントが RetellAI の音声サービスと対話できるようにします。

特徴

RetellAI MCP サーバーは次のツールを提供します:

  • 通話管理: 電話とウェブ通話の作成と管理
  • エージェント管理: 異なる LLM 構成で音声エージェントを作成および管理します。
  • 電話番号管理: 電話番号のプロビジョニングと設定
  • 音声管理: さまざまな音声オプションにアクセスして使用する

クロードデスクトップセットアップ

  1. Claude Desktopを開き、 CMD + ,を押してSettingsに移動します。
  2. Developerタブをクリックします。
  3. Edit Configボタンをクリックします。
  4. これにより、ファイル エクスプローラーでclaude_desktop_config.jsonファイルが開きます。
  5. Retell ダッシュボード ( https://dashboard.retellai.com/apiKey ) から Retell API キーを取得します。
  6. claude_desktop_config.jsonファイルに以下の行を追加してください。詳細はこちらをご覧ください。
  7. 設定ファイルを編集した後、Claude Desktop を再起動します。
{ "mcpServers": { "retellai-mcp-server": { "command": "npx", "args": ["-y", "@abhaybabbar/retellai-mcp-server"], "env": { "RETELL_API_KEY": "<your_retellai_token>" } } } }

使用例:

  1. 私が持っている数字をすべてリストしてください
  2. 所有しているエージェントをすべてリストする
  3. ピザ配達業者について詳しく教えてください
  4. エージェントの作成と呼び出しの例:
    1. 地元のピザショップに電話をかけるエージェントを作成し、会話を短く要点だけにするようにしてください。
    2. マルゲリータピザを注文する
    3. お支払いは代金引換となります
    4. 送信先
    5. エージェントは私になりすましてください。私の名前は<your_name>です
    6. アメリカの電話番号を使って、地元のピザショップ <phone_number> に電話をかける

リポジトリのセットアップ

  1. 依存関係をインストールします:
    npm i
  2. RetellAI API キーを使用して.envファイルを作成します。
    RETELL_API_KEY=your_api_key_here
  3. サーバーを実行します。
    node src/retell/index.js

利用可能なツール

通話ツール

  • list_calls : すべてのRetell通話を一覧表示します
  • create_phone_call : 新しい電話通話を作成する
  • create_web_call : 新しいウェブ通話を作成する
  • get_call : 特定の通話の詳細を取得します
  • delete_call : 特定の通話を削除する

エージェントツール

  • list_agents : すべてのRetellエージェントを一覧表示します
  • create_agent : 新しいRetellエージェントを作成する
  • get_agent : IDでRetellエージェントを取得する
  • update_agent : 既存のRetellエージェントを更新する
  • delete_agent : Retellエージェントを削除します
  • get_agent_versions : Retellエージェントのすべてのバージョンを取得します

電話番号ツール

  • list_phone_numbers : Retellのすべての電話番号を一覧表示します
  • create_phone_number : 新しい電話番号を作成する
  • get_phone_number : 特定の電話番号の詳細を取得します
  • update_phone_number : 電話番号を更新する
  • delete_phone_number : 電話番号を削除する

音声ツール

  • list_voices : 利用可能なすべてのRetell音声を一覧表示します
  • get_voice : 特定の音声の詳細を取得します

ライセンス

マサチューセッツ工科大学

-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

AI アシスタントが RetellAI の音声サービスと対話して、通話、エージェント、電話番号、音声オプションを管理できるようにするモデル コンテキスト プロトコル サーバーの実装。

  1. 特徴
    1. クロードデスクトップセットアップ
      1. 使用例:
        1. リポジトリのセットアップ
          1. 利用可能なツール
            1. 通話ツール
            2. エージェントツール
            3. 電話番号ツール
            4. 音声ツール
          2. ライセンス

            Related MCP Servers

            • A
              security
              F
              license
              A
              quality
              A Model Context Protocol server that enables AI assistants to interact with Bluesky/ATProtocol, providing authentication, timeline access, post creation, and social features like likes and follows.
              Last updated -
              18
              10
              TypeScript
              • Apple
              • Linux
            • -
              security
              F
              license
              -
              quality
              A Model Context Protocol server that enables AI assistants to utilize AivisSpeech Engine's high-quality voice synthesis capabilities through a standardized API interface.
              Last updated -
              TypeScript
            • -
              security
              A
              license
              -
              quality
              A Model Context Protocol server that enables AI assistants to manage meeting data, including creating meeting bots, searching transcripts, and organizing calendar events.
              Last updated -
              12
              TypeScript
              MIT License
              • Apple
            • -
              security
              A
              license
              -
              quality
              A Model Context Protocol server that enables AI models to interact with VoIPBin's VoIP services, supporting features like call management, agent management, campaigns, conferences, and chat functionality.
              Last updated -
              2
              Python
              MIT License
              • Linux
              • Apple

            View all related MCP servers

            ID: pb7acduvvz