← Back to Plugins
MCP Server MCP

three.ws Audio

github By github 👁 1 views ▲ 0 votes

Text-to-speech, speech-to-text, audio-to-face lipsync, and motion-capture clips for 3D agents.

Homepage Verified source GitHub

Install

npx -y @three-ws/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@three-ws/audio-mcp",
      "version": "0.1.2",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of the three.ws API that serves the audio/animation endpoints. Override only when self-hosting or targeting a preview deployment.",
          "format": "string",
          "default": "https://three.ws",
          "name": "THREE_WS_BASE"
        },
        {
          "description": "Optional three.ws API key (bearer token). Raises the metered TTS/ASR/Audio2Face rate limits and unlocks your own private/unlisted motion-capture clips. Leave unset to use the public surface anonymously.",
          "format": "string",
          "isSecret": true,
          "name": "THREE_WS_API_KEY"
        },
        {
          "description": "Per-request timeout in milliseconds for the live audio/animation calls (synthesis and recognition are real upstream model calls).",
          "format": "number",
          "default": "60000",
          "name": "THREE_WS_TIMEOUT_MS"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...