
Myinstants
Add a MyInstants soundboard to your agent so it can search and play meme sounds during demos, tests, or playful CLI feedback.
Overview
MyInstants MCP is a MCP server for the Build phase that lets your agent search and play meme sounds from myinstants.com.
What is this MCP server?
- Search and play sounds from millions of MyInstants meme clips
- npx myinstants-mcp stdio server (registry v1.8.2)
- MYINSTANTS_VOLUME default 0.5 and MYINSTANTS_WAIT default true for playback control
- Optional wait-until-finish behavior before tools return to the agent
- GitHub: austenstone/myinstants-mcp
- Catalog described as millions of sounds from myinstants.com
- Default MYINSTANTS_VOLUME 0.5 and MYINSTANTS_WAIT true
- npm package version 1.8.2 with stdio transport
What problem does it solve?
Your coding agent has no quick way to play feedback sounds during local sessions without bolting on a custom audio script.
Who is it for?
Indie builders who want a zero-code soundboard hook for demos, pair-programming banter, or agent UX experiments.
Skip if: Production in-app sound design, mobile apps, or teams that need licensed commercial audio libraries.
What do I get? / Deliverables
After registration, the agent can trigger MyInstants clips with configurable volume and wait-for-finish behavior via stdio MCP.
- MCP tools to search and play MyInstants sounds
- Configurable volume and optional blocking until playback completes
Recommended MCP Servers
Journey fit
Sound playback is agent-side tooling registered while you build and polish how the assistant behaves, not a launch or SEO task. Agent-tooling is the shelf for optional MCP enrichments that change how Claude Code or Cursor interacts on the desktop.
How it compares
Desktop agent soundboard MCP, not a game audio SDK or a content-distribution skill.
Common Questions / FAQ
Who is MyInstants MCP for?
Solo developers using Claude Code, Cursor, or similar agents who want meme sound playback from MyInstants during local agent work.
When should I use MyInstants MCP?
Use it while building or demoing agent workflows when audible cues help feedback, humor, or testing without shipping audio to end users.
How do I add MyInstants MCP to my agent?
Add the stdio server with npx myinstants-mcp, optionally set MYINSTANTS_VOLUME and MYINSTANTS_WAIT, then restart your MCP client.