Give your AI agent a soundboard.
๐ด myinstants-mcp
give your AI agent a soundboard. no cap. millions of sound buttons ยท zero config ยท just vibes โจ
fr fr what is this
an MCP server that connects AI agents to myinstants.com โ the internet's largest soundboard. millions of meme sounds, vine booms, fart noises, anime clips, gaming sfx, whatever you need bestie.
your AI agent can now:
- ๐ search any sound on myinstants
- ๐ด smash that button and play it through your speakers
- ๐ browse categories โ memes, games, movies, reactions, tiktok trends
- ๐ check what's trending โ stay current fr fr
- โณ wait or don't โ block until sound finishes or let it play in the background
this is not a notification beep. this is the entire internet soundboard. your agent has rizz now.
the setup is bussin
npx myinstants-mcp
that's it. that's the setup. no cap.
VS Code / GitHub Copilot
Add to your VS Code MCP config (User or .vscode/mcp.json):
{
"servers": {
"myinstants": {
"command": "npx",
"args": ["-y", "myinstants-mcp@latest"]
}
}
}
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"myinstants": {
"command": "npx",
"args": ["-y", "myinstants-mcp@latest"]
}
}
}
Cursor
.cursor/mcp.json:
{
"mcpServers": {
"myinstants": {
"command": "npx",
"args": ["-y", "myinstants-mcp@latest"]
}
}
}
[!TIP] works on macOS out of the box (uses native
afplay) โ no extra installs needed. on linux justsudo apt install ffmpeg. that's it bestie.
what can it do tho ๐ค
๐ง Tools
| Tool | What it does | It's giving |
|---|---|---|
search_sounds |
search myinstants for sounds | "bruh" โ 20 results with slugs |
browse_category |
browse by category | "memes" "games" "reactions" |
play_sound |
play a sound (by slug, url, or quick search) | { query: "sad trombone" } plays instantly |
get_sound_details* |
get details about a sound (views, uploader, duration) | requires MYINSTANTS_DETAILS=true |
list_devices* |
list available audio output devices | requires MYINSTANTS_DETAILS=true |
* requires MYINSTANTS_DETAILS=true environment variable
`p
Tools (5)
search_soundsSearch MyInstants for sounds.browse_categoryBrowse sounds by category.play_soundPlay a sound by slug, URL, or quick search.get_sound_detailsGet details about a sound including views, uploader, and duration.list_devicesList available audio output devices.Environment Variables
MYINSTANTS_DETAILSEnables get_sound_details and list_devices tools when set to true.Configuration
{"mcpServers": {"myinstants": {"command": "npx", "args": ["-y", "myinstants-mcp@latest"]}}}