vocce transcribe for Grok
io.github.cmoonagent/vocce-agent
Agent media tools: transcribe, summarize, notes, flashcards, doc Q&A, PDF compress. No API key.
client:Grok
transport:stdio
runtime:npm
Install vocce transcribe in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"vocce-agent": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"vocce-transcribe-mcp"
],
"env": {
"VOCCE_API_BASE": "<VOCCE_API_BASE>"
}
}
}
}
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