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 配置的语音代理
  • 电话号码管理:提供和配置电话号码
  • 语音管理:访问并使用不同的语音选项

Claude 桌面设置

  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. 列出我在 retellai 中拥有的所有号码
  2. 列出我所有的代理
  3. 告诉我有关披萨送货代理的更多信息
  4. 创建代理并调用示例:
    1. 创建一个代理来呼叫我当地的披萨店,确保对话简短且切中要点。
    2. 点一份玛格丽塔披萨
    3. 货到付款
    4. 发送至
    5. 代理人应该假装是我。我的名字是<your_name>
    6. 使用美国号码拨打我当地的披萨店 <phone_number> 的电话

Repo 设置

  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 :列出所有可用的复述声音
  • 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. Claude 桌面设置
      1. 示例用例:
        1. Repo 设置
          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