MCP Server
MCP
Voice Bridge
Multi-engine TTS for AI coding assistants. 5 engines, free engine included.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "ai-voice-bridge",
"version": "0.1.5",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
}
},
{
"registryType": "pypi",
"identifier": "ai-voice-bridge",
"version": "0.1.5",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"description": "uvx flag: install the named package and run a script from it",
"value": "--from",
"type": "positional"
},
{
"description": "Package with edge-tts and MCP extras",
"value": "ai-voice-bridge[edge,mcp]",
"type": "positional"
},
{
"description": "Console script entry point",
"value": "voice-bridge-mcp",
"type": "positional"
}
]
}
]
}
mcp
model-context-protocol
npm
pypi
By
Comments
Sign in to leave a comment