voice mcp for VS Code
io.github.forgemeshlabs/voice-mcp
Give Your Agent A Voice: x402 pay-per-call speech with 20 voices, 10 personas, 31 languages.
client:VS Code
transport:stdio
runtime:npm
Install voice mcp in VS Code
.vscode/mcp.json
{
"servers": {
"voice-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@forgemeshlabs/voice-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs