mcp-config
Version:
CLI client to edit MCP server configurations
17 lines (16 loc) • 391 B
JSON
{
"name": "elevenlabs",
"url": "https://github.com/elevenlabs/elevenlabs-mcp",
"description": "Official ElevenLabs MCP server for Text to Speech and audio processing APIs",
"command": "uvx",
"args": {
"fixed": ["elevenlabs-mcp"],
"configurable": []
},
"env": [
{
"name": "ELEVENLABS_API_KEY",
"description": "API key for ElevenLabs service"
}
]
}