WebVoice for Grok
io.github.supermarco74/webvoice-mcp
WebVoice MCP: chat, TTS, STT, translate, images. Email signup, welcome credits, optional Solana.
client:Grok
transport:stdio
runtime:pypi
Install WebVoice in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"webvoice-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"webvoice-mcp"
],
"env": {
"WEBVOICE_API_KEY": "<WEBVOICE_API_KEY>",
"WEBVOICE_BASE_URL": "<WEBVOICE_BASE_URL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs