freshcrate
Skin:/
Home > MCP Servers > retellai-mcp-server

retellai-mcp-server

MCP server for retellai

Why this rank:Strong adoptionRelease freshnessHealthy release cadence

Description

MCP server for retellai

README

RetellAI MCP Server

This is a Model Context Protocol (MCP) server implementation for RetellAI, allowing AI assistants to interact with RetellAI's voice services.

Features

The RetellAI MCP server provides tools for:

  • Call Management: Create and manage phone calls and web calls
  • Agent Management: Create and manage voice agents with different LLM configurations
  • Phone Number Management: Provision and configure phone numbers
  • Voice Management: Access and use different voice options

Claude Desktop Setup

  1. Open Claude Desktop and press CMD + , to go to Settings.
  2. Click on the Developer tab.
  3. Click on the Edit Config button.
  4. This will open the claude_desktop_config.json file in your file explorer.
  5. Get your Retell API key from the Retell dashboard (https://dashboard.retellai.com/apiKey).
  6. Add the following to your claude_desktop_config.json file. See here for more details.
  7. Restart the Claude Desktop after editing the config file.
{
  "mcpServers": {
    "retellai-mcp-server": {
      "command": "npx",
      "args": ["-y", "@abhaybabbar/retellai-mcp-server"],
      "env": {
        "RETELL_API_KEY": "<your_retellai_token>"
      }
    }
  }
}

Troubleshooting: "No tools available"

If Claude Desktop shows the server but no tools, upgrade to the latest package version:

npx -y @abhaybabbar/retellai-mcp-server@latest

This issue is typically caused by dependency/version mismatch in older installs.

Example use cases:

  1. List all the numbers I have in retellai
  2. List all the agents I have
  3. Tell me more about pizza delivery agent
  4. Creating agent and calling example:
    1. Create an agent that calls my local pizza shop, make sure to keep the conversation short and to the point.
    2. Order a margeritta pizza
    3. Payment will be done by cash on delivery
    4. Send it to
    5. The agent should pretend to be me. My name is <your_name>
    6. Make an outbound call to my local pizza shop at <phone_number>, using the usa number

Repo Setup

  1. Install dependencies:

    npm i
  2. Create a .env file with your RetellAI API key:

    RETELL_API_KEY=your_api_key_here
    
  3. Run the server:

    node src/retell/index.js

Available Tools

Call Tools

  • list_calls: Lists all Retell calls
  • create_phone_call: Creates a new phone call
  • create_web_call: Creates a new web call
  • get_call: Gets details of a specific call
  • delete_call: Deletes a specific call

Agent Tools

  • list_agents: Lists all Retell agents
  • create_agent: Creates a new Retell agent
  • get_agent: Gets a Retell agent by ID
  • update_agent: Updates an existing Retell agent
  • delete_agent: Deletes a Retell agent
  • get_agent_versions: Gets all versions of a Retell agent

Phone Number Tools

  • list_phone_numbers: Lists all Retell phone numbers
  • create_phone_number: Creates a new phone number
  • get_phone_number: Gets details of a specific phone number
  • update_phone_number: Updates a phone number
  • delete_phone_number: Deletes a phone number

Voice Tools

  • list_voices: Lists all available Retell voices
  • get_voice: Gets details of a specific voice

License

MIT

Release History

VersionChangesUrgencyDate
0.0.0No release found — using repo HEADHigh4/9/2026
main@2026-04-09Latest activity on main branchHigh4/9/2026
main@2026-04-09Latest activity on main branchHigh4/9/2026
main@2026-04-09Latest activity on main branchHigh4/9/2026
main@2026-04-09Latest activity on main branchHigh4/9/2026
main@2026-04-09Latest activity on main branchHigh4/9/2026
main@2026-04-09Latest activity on main branchHigh4/9/2026
main@2026-04-09Latest activity on main branchMedium4/9/2026
main@2026-04-09Latest activity on main branchMedium4/9/2026
main@2026-04-09Latest activity on main branchMedium4/9/2026
main@2026-04-09Latest activity on main branchMedium4/9/2026
main@2026-04-09Latest activity on main branchMedium4/9/2026
main@2026-04-09Latest activity on main branchMedium4/9/2026
main@2026-04-09Latest activity on main branchMedium4/9/2026
main@2026-04-09Latest activity on main branchMedium4/9/2026
main@2026-04-09Latest activity on main branchMedium4/9/2026
main@2026-04-09Latest activity on main branchMedium4/9/2026
main@2026-04-09Latest activity on main branchMedium4/9/2026
main@2026-04-09Latest activity on main branchMedium4/9/2026
main@2026-04-09Latest activity on main branchMedium4/9/2026
main@2026-04-09Latest activity on main branchMedium4/9/2026
main@2026-04-09Latest activity on main branchMedium4/9/2026
main@2026-04-09Latest activity on main branchMedium4/9/2026
main@2026-04-09Latest activity on main branchMedium4/9/2026
main@2026-04-09Latest activity on main branchMedium4/9/2026
main@2026-04-09Latest activity on main branchMedium4/9/2026
main@2026-04-09Latest activity on main branchMedium4/9/2026
main@2026-04-09Latest activity on main branchMedium4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026
main@2026-04-09Latest activity on main branchLow4/9/2026

Dependencies & License Audit

Loading dependencies...

Similar Packages

Cogitator-AI🤖 Kubernetes for AI Agents. Self-hosted, production-grade runtime for orchestrating LLM swarms and autonomous agents. TypeScript-native.main@2026-07-26
agentroveYour own Claude Code UI, sandbox, in-browser VS Code, terminal, multi-provider support (Anthropic, OpenAI, GitHub Copilot, OpenRouter), custom skills, and MCP servers.v0.1.56
agent-identity-discoveryAgent Interface Discovery main@2026-07-25
codegA unified workspace for local AI coding agents (Claude Code, Codex, Gemini CLI, etc.) — desktop app, standalone server, or Docker. Conversation aggregation, git worktree workflows, MCP/Skills managemev0.21.8
pipaliResearch, create, automate. Work so fast it feels like play. Get an ai co-worker on your machine. It can read-write files, code safely in sandbox, use your browser. Customize it with skills. Integrate0.7.0

More in MCP Servers

supersetCode Editor for the AI Agents Era - Run an army of Claude Code, Codex, etc. on your machine
kreuzbergA polyglot document intelligence framework with a Rust core. Extract text, metadata, images, and structured information from PDFs, Office documents, images, and 91+ formats. Available for Rust, Python
ai-engineering-from-scratchLearn it. Build it. Ship it for others.
CodeGraphContextAn MCP server plus a CLI tool that indexes local code into a graph database to provide context to AI assistants.