myinstants for Grok
io.github.austenstone/myinstants
Give your AI agent a soundboard. Millions of meme sounds from myinstants.com.
client:Grok
transport:stdio
runtime:npm
Install myinstants in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"myinstants": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"myinstants-mcp"
],
"env": {
"MYINSTANTS_VOLUME": "<MYINSTANTS_VOLUME>",
"MYINSTANTS_WAIT": "<MYINSTANTS_WAIT>"
}
}
}
}
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