Skip to content
Grok

speechmatics for Grok

io.usefulapi/speechmatics

Transcribe audio and video with Speechmatics speech-to-text from Claude and any MCP client.

client:Grok transport:streamable-http

Install speechmatics in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "speechmatics": {
      "type": "http",
      "url": "https://speechmatics.usefulapi.io/mcp"
    }
  }
}

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

speechmatics in other clients