RetellAI MCP Server
RetellAI MCP 서버
이것은 RetellAI를 위한 모델 컨텍스트 프로토콜(MCP) 서버 구현으로, AI 어시스턴트가 RetellAI의 음성 서비스와 상호작용할 수 있게 합니다.
기능
RetellAI MCP 서버는 다음을 위한 도구를 제공합니다:
통화 관리: 전화 통화 및 웹 통화 생성 및 관리
에이전트 관리: 다양한 LLM 구성으로 음성 에이전트 생성 및 관리
전화번호 관리: 전화번호 프로비저닝 및 구성
음성 관리: 다양한 음성 옵션 액세스 및 사용
Related MCP server: Voice Call MCP Server
Claude Desktop 설정
Claude Desktop을 열고CMD + ,를 눌러설정(Settings)으로 이동합니다.개발자(Developer)탭을 클릭합니다.구성 편집(Edit Config)버튼을 클릭합니다.파일 탐색기에서
claude_desktop_config.json파일이 열립니다.Retell 대시보드(https://dashboard.retellai.com/apiKey)에서 Retell API 키를 가져옵니다.
claude_desktop_config.json파일에 다음 내용을 추가합니다. 자세한 내용은 여기를 참조하세요.구성 파일을 편집한 후 Claude Desktop을 다시 시작합니다.
{
"mcpServers": {
"retellai-mcp-server": {
"command": "npx",
"args": ["-y", "@abhaybabbar/retellai-mcp-server"],
"env": {
"RETELL_API_KEY": "<your_retellai_token>"
}
}
}
}문제 해결: "사용 가능한 도구 없음(No tools available)"
Claude Desktop에 서버는 표시되지만 도구가 표시되지 않는 경우, 최신 패키지 버전으로 업그레이드하세요:
npx -y @abhaybabbar/retellai-mcp-server@latest이 문제는 일반적으로 이전 설치의 종속성/버전 불일치로 인해 발생합니다.
사용 사례 예시:
retellai에 있는 모든 번호 나열
내가 가진 모든 에이전트 나열
피자 배달 에이전트에 대해 더 알려줘
에이전트 생성 및 통화 예시:
내 지역 피자 가게에 전화하는 에이전트를 생성하고, 대화를 짧고 핵심만 말하도록 하세요.
마르게리타 피자를 주문하세요.
결제는 착불(현금)로 진행합니다.
에이전트는 나인 척해야 합니다. 내 이름은 <your_name>입니다.
미국 번호를 사용하여 <phone_number>에 있는 내 지역 피자 가게로 발신 통화를 거세요.
저장소 설정
종속성 설치:
npm iRetellAI API 키가 포함된
.env파일 생성:
RETELL_API_KEY=your_api_key_here서버 실행:
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: 에이전트 삭제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: 특정 음성의 세부 정보 가져오기
라이선스
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
The Telnyx MCP server is an official implementation of the Model Context Protocol that enables AI clients (like Claude Desktop, Cursor, and OpenAI Agents) to interact with Telnyx's telephony, messaging, and AI assistant APIs. It provides comprehensive capabilities including making and managing phone calls, sending SMS/MMS messages, purchasing and configuring phone numbers, creating AI assistants with custom instructions, managing cloud storage buckets, scraping and embedding website content, and handling integration secrets. The server exists as both a local implementation and a remotely hosted version, allowing developers to integrate real-world communication infrastructure directly into AI applications.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
Model Context Protocol server for the Apideck Unified API. Connect any MCP-compatible agent framework to 100+ accounting systems, HRIS platforms, file storage providers, and more through one integration. More information https://www.apideck.com/mcp-server
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA 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.4MIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that enables AI assistants like Claude to initiate and manage real-time voice calls using Twilio and OpenAI's voice models.61MIT
- AlicenseNot gradedqualityFmaintenanceAn implementation of the Model Context Protocol (MCP) server that exposes Twilio APIs to AI assistants and tools, allowing them to interact with Twilio services through the MCP protocol.109MIT

KaiCalls MCP Serverofficial
FlicenseNot gradedqualityCmaintenanceAI-powered phone answering service for businesses — exposed as a remote Model Context Protocol server.-