MCP Server
MCP
Retell AI
Retell AI MCP server: voice agent phone calls, agent management, LLMs, and voice discovery
Install
npx -y @mindstone/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@mindstone/mcp-server-retell-ai",
"version": "0.3.0",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Retell AI API key (from retellai.com/dashboard)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "RETELL_API_KEY"
},
{
"description": "Optional workspace directory for local files uploaded as knowledge-base sources. File reads are sandboxed to this directory (defaults to the system temp directory when unset).",
"format": "string",
"name": "MCP_WORKSPACE_PATH"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment