PluginBench
MCP Server
Maintained

io.github.austenstone/myinstants MCP Server

io.github.austenstone/myinstants

What is the io.github.austenstone/myinstants MCP server?

Give your AI agent a soundboard. Millions of meme sounds from myinstants.com.

How to install io.github.austenstone/myinstants

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • MYINSTANTS_VOLUME

    Volume level from 0 to 1

  • MYINSTANTS_WAIT

    Whether to wait for sounds to finish playing before returning (true/false)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "myinstants": {
      "command": "npx",
      "args": [
        "-y",
        "myinstants-mcp"
      ],
      "env": {
        "MYINSTANTS_VOLUME": "<YOUR_MYINSTANTS_VOLUME>",
        "MYINSTANTS_WAIT": "<YOUR_MYINSTANTS_WAIT>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "myinstants": {
      "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": {
      "command": "npx",
      "args": [
        "-y",
        "myinstants-mcp"
      ],
      "env": {
        "MYINSTANTS_VOLUME": "<YOUR_MYINSTANTS_VOLUME>",
        "MYINSTANTS_WAIT": "<YOUR_MYINSTANTS_WAIT>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "myinstants": {
      "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 --env MYINSTANTS_VOLUME=<YOUR_MYINSTANTS_VOLUME> --env MYINSTANTS_WAIT=<YOUR_MYINSTANTS_WAIT> -- npx -y myinstants-mcp

Related MCP servers

Give your AI agent a soundboard. Millions of meme sounds from myinstants.com.

11
JavaScript
View repository →