MCP Server
Maintained
io.github.austenstone/myinstants-mcp MCP Server
io.github.austenstone/myinstants-mcp
What is the io.github.austenstone/myinstants-mcp MCP server?
Give your AI agent a soundboard. Millions of meme sounds from myinstants.com.
How to install io.github.austenstone/myinstants-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
MYINSTANTS_VOLUMEVolume level from 0 to 1
MYINSTANTS_WAITWhether to wait for sounds to finish playing before returning (true/false)
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"myinstants-mcp": {
"command": "npx",
"args": [
"-y",
"myinstants-mcp"
],
"env": {
"MYINSTANTS_VOLUME": "<YOUR_MYINSTANTS_VOLUME>",
"MYINSTANTS_WAIT": "<YOUR_MYINSTANTS_WAIT>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"myinstants-mcp": {
"command": "npx",
"args": [
"-y",
"myinstants-mcp"
],
"env": {
"MYINSTANTS_VOLUME": "<YOUR_MYINSTANTS_VOLUME>",
"MYINSTANTS_WAIT": "<YOUR_MYINSTANTS_WAIT>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"myinstants-mcp": {
"command": "npx",
"args": [
"-y",
"myinstants-mcp"
],
"env": {
"MYINSTANTS_VOLUME": "<YOUR_MYINSTANTS_VOLUME>",
"MYINSTANTS_WAIT": "<YOUR_MYINSTANTS_WAIT>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"myinstants-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"myinstants-mcp"
],
"env": {
"MYINSTANTS_VOLUME": "<YOUR_MYINSTANTS_VOLUME>",
"MYINSTANTS_WAIT": "<YOUR_MYINSTANTS_WAIT>"
}
}
}
}Claude Code
claude mcp add myinstants-mcp --env MYINSTANTS_VOLUME=<YOUR_MYINSTANTS_VOLUME> --env MYINSTANTS_WAIT=<YOUR_MYINSTANTS_WAIT> -- npx -y myinstants-mcpRelated MCP servers
io.github.austenstone/myinstants
Maintained
Give your AI agent a soundboard. Millions of meme sounds from myinstants.com.
11
View repository →JavaScript