Skip to main content
Glama

RetellAI MCP Server

by abhaybabbar

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

            • -
              security
              F
              license
              -
              quality
              A versatile Model Context Protocol server that enables AI assistants to manage calendars, track tasks, handle emails, search the web, and control smart home devices.
              Last updated -
              14
              Python
              • Apple
              • Linux
            • A
              security
              A
              license
              A
              quality
              A Model Context Protocol server that allows AI assistants to interact with the VRChat API, enabling retrieval of user information, friends lists, and other VRChat data through a standardized interface.
              Last updated -
              7
              4
              41
              TypeScript
              MIT License
              • Apple
            • -
              security
              F
              license
              -
              quality
              A comprehensive Model Context Protocol server implementation that enables AI assistants to interact with file systems, databases, GitHub repositories, web resources, and system tools while maintaining security and control.
              Last updated -
              3
              1
              TypeScript
            • A
              security
              A
              license
              A
              quality
              A Model Context Protocol server that enables AI assistants to communicate with each other using Inter-Process Communication, featuring natural language commands and cross-platform compatibility.
              Last updated -
              9
              78
              Python
              MIT License

            View all related MCP servers

            MCP directory API

            We provide all the information about MCP servers via our MCP API.

            curl -X GET 'https://glama.ai/api/mcp/v1/servers/abhaybabbar/retellai-mcp-server'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server