NeuroDynamic Audio and LLM APIs for VS Code
tech.neurodynamic/audio-llm
Discover voices and prices; buy narration, transcription and LLM text with capped USDC payments.
client:VS Code
transport:stdio
runtime:pypi
Install NeuroDynamic Audio and LLM APIs in VS Code
.vscode/mcp.json
{
"servers": {
"audio-llm": {
"type": "stdio",
"command": "uvx",
"args": [
"neurodynamic-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs