← Back to Plugins
MCP Server MCP

io.github.boska/vox

github By github 👁 1 views ▲ 0 votes

Native macOS MCP server for voice I/O — Swift binary, SFSpeechRecognizer + ElevenLabs TTS.

Homepage Verified source GitHub

Install

mcpb:https://github.com/boska/vox/releases/download/v1.0.0/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/boska/vox/releases/download/v1.0.0/vox-mcp",
      "version": "1.0.0",
      "fileSha256": "c5803b1fa40bb284432cd099ae3a19360deab6c6d7e2e32d01bf3a26ae6f2ba2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "ElevenLabs API key for high-quality TTS. Optional — falls back to macOS system voice if not set.",
          "format": "string",
          "isSecret": true,
          "name": "ELEVENLABS_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol mcpb

Comments

Sign in to leave a comment

Loading comments...