Sonilo Music & Sound Effects for Grok
io.github.sonilo-ai/sonilo-mcp
Licensed soundtracks and sound effects matched to your video. Commercial use OK.
client:Grok
transport:stdio
runtime:pypi
Install Sonilo Music & Sound Effects in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"sonilo-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"sonilo-mcp"
],
"env": {
"SONILO_API_KEY": "<SONILO_API_KEY>",
"SONILO_API_URL": "<SONILO_API_URL>",
"SONILO_MCP_BASE_PATH": "<SONILO_MCP_BASE_PATH>",
"TIME_OUT_SECONDS": "<TIME_OUT_SECONDS>"
}
}
}
}
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