PluginBench
MCP Server

three.ws Audio MCP Server

io.github.nirholas/audio-mcp

What is the three.ws Audio MCP server?

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

How to install three.ws Audio

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • THREE_WS_BASE

    Base URL of the three.ws API that serves the audio/animation endpoints. Override only when self-hosting or targeting a preview deployment.

  • THREE_WS_API_KEY
    secret

    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.

  • THREE_WS_TIMEOUT_MS

    Per-request timeout in milliseconds for the live audio/animation calls (synthesis and recognition are real upstream model calls).

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "audio-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@three-ws/audio-mcp"
      ],
      "env": {
        "THREE_WS_BASE": "<YOUR_THREE_WS_BASE>",
        "THREE_WS_API_KEY": "<YOUR_THREE_WS_API_KEY>",
        "THREE_WS_TIMEOUT_MS": "<YOUR_THREE_WS_TIMEOUT_MS>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "audio-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@three-ws/audio-mcp"
      ],
      "env": {
        "THREE_WS_BASE": "<YOUR_THREE_WS_BASE>",
        "THREE_WS_API_KEY": "<YOUR_THREE_WS_API_KEY>",
        "THREE_WS_TIMEOUT_MS": "<YOUR_THREE_WS_TIMEOUT_MS>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "audio-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@three-ws/audio-mcp"
      ],
      "env": {
        "THREE_WS_BASE": "<YOUR_THREE_WS_BASE>",
        "THREE_WS_API_KEY": "<YOUR_THREE_WS_API_KEY>",
        "THREE_WS_TIMEOUT_MS": "<YOUR_THREE_WS_TIMEOUT_MS>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "audio-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@three-ws/audio-mcp"
      ],
      "env": {
        "THREE_WS_BASE": "<YOUR_THREE_WS_BASE>",
        "THREE_WS_API_KEY": "<YOUR_THREE_WS_API_KEY>",
        "THREE_WS_TIMEOUT_MS": "<YOUR_THREE_WS_TIMEOUT_MS>"
      }
    }
  }
}
Claude Code
claude mcp add audio-mcp --env THREE_WS_BASE=<YOUR_THREE_WS_BASE> --env THREE_WS_API_KEY=<YOUR_THREE_WS_API_KEY> --env THREE_WS_TIMEOUT_MS=<YOUR_THREE_WS_TIMEOUT_MS> -- npx -y @three-ws/audio-mcp

Related MCP servers

3D AI Agent Avatar — render any GLB, give it a Solana wallet, a voice, and pump.fun powers.

View repository →

MCP tools from three.ws: free + paid text-to-3D, rigging, agent reputation, market intel.

View repository →

UCAI — The ABI-to-MCP Server Generator. Convert any smart contract ABI into an AI-ready MCP server.

View repository →

Trending agents and coins, the $THREE holder leaderboard, and the site-wide activity ticker.

View repository →

Browse the AgenC on-chain task marketplace, query the agent registry, and link identities.

View repository →

Self-custodial pump.fun sniper: arm strategies, snipe, manage positions. Simulate by default.

View repository →