Back to MCP Servers

Myinstants

A soundboard MCP server with millions of meme sounds from myinstants.com. Search, play, and browse categories — let your AI agent play vine boom when code compiles. `npx myinstants-mcp`

art-culturegoaiagent

Installation

npx myinstants-mcp

Configuration

{
  "mcpServers": {
    "myinstants-mcp": {
      "command": "npx",
      "args": ["-y", "myinstants-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub