AgentHubAgentHub

vox

MCP ServerMCP Registry官方收录

io.github.boska/vox · v1.0.0

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

概览

vox 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

暂无自动生成的安装指引,请查看源仓库 README。

相关资源

统一 Manifest

{
  "id": "io.github.boska/vox",
  "type": "mcp-server",
  "version": "1.0.0",
  "displayName": "vox",
  "description": "Native macOS MCP server for voice I/O — Swift binary, SFSpeechRecognizer + ElevenLabs TTS.",
  "repository": {
    "url": "https://github.com/boska/vox",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/boska/vox/releases/download/v1.0.0/vox-mcp",
        "version": "1.0.0",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "ELEVENLABS_API_KEY",
            "description": "ElevenLabs API key for high-quality TTS. Optional — falls back to macOS system voice if not set.",
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.boska/vox",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.boska%2Fvox/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
vox — MCP Server 安装与配置 · AgentHub