AllVoiceLab MCP server provides AI agents with text-to-speech and video translation capabilities. It connects to AllVoiceLab's APIs for converting text to natural-sounding speech and translating video content. Developers use it to build applications requiring voice synthesis or multilingual video translation.
AllVoiceLab MCP server provides AI agents with text-to-speech and video translation capabilities. It connects to AllVoiceLab's APIs for converting text to natural-sounding speech and translating video content. Developers use it to build applications requiring voice synthesis or multilingual video translation.
pip install AllVoiceLab-MCPAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"allvoicelab-allvoicelab-mcp-github": {
"command": "uvx",
"args": [
"pip install AllVoiceLab-MCP"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from AllVoiceLab MCP?"
API Key Required
This server requires an API key from AllVoiceLab MCP. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| ALLVOICELAB_MCP_API_KEY | Yes | Your AllVoiceLab MCP API key |
"What resources are available in AllVoiceLab MCP?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in AllVoiceLab MCP"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in AllVoiceLab MCP with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.