← Back to Plugins
MCP Server MCP

Voice Bridge

github By github 👁 1 views ▲ 0 votes

Multi-engine TTS for AI coding assistants. 5 engines, free engine included.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...