voxide-mcp
v0.2.0
Published
MCP server for Voxide — gives your AI coding assistant Voxide's integration guide, SDK reference, and copy-paste examples so it can add a capability-first voice agent to any app.
Maintainers
Readme
voxide-mcp
An MCP server for Voxide — the capability-first voice AI SDK. It gives your AI coding assistant Voxide's integration guide, SDK reference, and copy-paste examples as tools, so it can add a voice agent to any app correctly.
Tools
voxide_integration_guide— step-by-step install + wiring (optionally with your framework and publishable key).voxide_sdk_reference— the full@voxide/reactAPI.voxide_example— ready-to-adapt capability code (ecommerce·dashboard·docs).
Setup
No install needed — clients run it via npx.
Claude Code
claude mcp add voxide -- npx -y voxide-mcpCursor — .cursor/mcp.json (project) or ~/.cursor/mcp.json (global):
{ "mcpServers": { "voxide": { "command": "npx", "args": ["-y", "voxide-mcp"] } } }Windsurf — ~/.codeium/windsurf/mcp_config.json:
{ "mcpServers": { "voxide": { "command": "npx", "args": ["-y", "voxide-mcp"] } } }Claude Desktop — Settings → Developer → Edit Config:
{ "mcpServers": { "voxide": { "command": "npx", "args": ["-y", "voxide-mcp"] } } }VS Code / Copilot — .vscode/mcp.json:
{ "servers": { "voxide": { "command": "npx", "args": ["-y", "voxide-mcp"] } } }Codex CLI — ~/.codex/config.toml:
[mcp_servers.voxide]
command = "npx"
args = ["-y", "voxide-mcp"]Then ask your agent: "Add Voxide to this app."
Local development
npm install
node src/index.js # speaks MCP over stdioLinks
- Docs: https://voxide.app/docs
- SDK: https://www.npmjs.com/package/@voxide/react
MIT © Voxide
