
Myinstants Mcp
Register the myinstants-mcp npm stdio server so your agent can search and play MyInstants clips with volume and wait controls.
Overview
myinstants-mcp is a MCP server for the Build phase that connects agents to MyInstants meme sound search and playback over stdio.
What is this MCP server?
- Same MyInstants soundboard: millions of meme sounds via myinstants.com
- Registry entry io.github.austenstone/myinstants-mcp at package v1.3.1
- stdio + npx runtimeHint for myinstants-mcp identifier
- MYINSTANTS_VOLUME (0–1) and MYINSTANTS_WAIT (true/false) environment toggles
- Repository austenstone/myinstants-mcp on GitHub
- Server schema package version 1.3.1 for this registry id
- Millions of sounds referenced from myinstants.com
- Two optional env vars: MYINSTANTS_VOLUME, MYINSTANTS_WAIT
What problem does it solve?
You want MyInstants audio in agent sessions but only have separate browser tabs or manual downloads today.
Who is it for?
Solo builders standardizing on the myinstants-mcp npm package name in MCP registry configs.
Skip if: Shipped product sound UX, streaming apps, or environments without desktop audio.
What do I get? / Deliverables
Registering myinstants-mcp gives your agent MCP tools to play sounds with volume and wait settings from env vars.
- Stdio MCP bridge to MyInstants catalog
- Env-driven volume and playback-wait behavior
Recommended MCP Servers
Journey fit
How it compares
npm-named MCP soundboard entry, not a duplicate skill—pair with the latest package version your client resolves.
Common Questions / FAQ
Who is myinstants-mcp for?
Developers who configure MCP by npm package id and want MyInstants playback inside Claude Code, Cursor, or compatible clients.
When should I use myinstants-mcp?
Use it during agent tooling setup when you need searchable meme sounds for local feedback, demos, or experimental agent personalities.
How do I add myinstants-mcp to my agent?
Point your MCP stdio config at npx myinstants-mcp, set optional MYINSTANTS_VOLUME and MYINSTANTS_WAIT, and reload the agent.