AudioMade for Grok
io.github.yasib48/audiomade
Generate four real game-audio candidates, audition and select one, then install it into a project.
client:Grok
transport:stdio
runtime:npm
Install AudioMade in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"audiomade": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"audiomade-mcp"
],
"env": {
"AUDIOMADE_API_KEY": "<AUDIOMADE_API_KEY>"
}
}
}
}
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