Skip to content
Cursor

NeuroDynamic Audio and LLM APIs for Cursor

tech.neurodynamic/audio-llm

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

client:Cursor transport:stdio runtime:pypi

Install NeuroDynamic Audio and LLM APIs in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "audio-llm": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "neurodynamic-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

NeuroDynamic Audio and LLM APIs in other clients