myinstants mcp for Cursor
io.github.austenstone/myinstants-mcp
Give your AI agent a soundboard. Millions of meme sounds from myinstants.com.
client:Cursor
transport:stdio
runtime:npm
Install myinstants mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"myinstants-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"myinstants-mcp"
],
"env": {
"MYINSTANTS_VOLUME": "<MYINSTANTS_VOLUME>",
"MYINSTANTS_WAIT": "<MYINSTANTS_WAIT>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs