ownvoice for Grok
io.github.rudrendupaul/ownvoice
Wraps the ownvoice CLI as a single generic MCP tool for voice/identity checks.
client:Grok
transport:stdio
runtime:pypi
Install ownvoice in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"ownvoice": {
"type": "stdio",
"command": "uvx",
"args": [
"ownvoice-cli"
]
}
}
}
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