Skip to content
Grok

NeuroDynamic Audio and LLM APIs for Grok

tech.neurodynamic/audio-llm

Discover voices and prices; buy narration, transcription and LLM text with capped USDC payments.

client:Grok transport:stdio runtime:pypi

Install NeuroDynamic Audio and LLM APIs in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "audio-llm": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "neurodynamic-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

NeuroDynamic Audio and LLM APIs in other clients