austenstone/myinstants-mcp

๐ŸŽจ Art & Culture๐ŸŸข Verified Active
0 Views
0 Installs

๐Ÿ“‡ โ˜๏ธ ๐Ÿ  ๐ŸŽ ๐ŸชŸ ๐Ÿง - 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

Quick Install

One-Click IDE Configuration
claude_desktop_config.json
{
  "mcpServers": {
    "austenstone-myinstants-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "austenstone-myinstants-mcp"
      ]
    }
  }
}
Or

Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.

Documentation Overview

๐Ÿ”ด myinstants-mcp

give your AI agent a soundboard. no cap.
millions of sound buttons ยท zero config ยท just vibes โœจ

npm version npm downloads MCP Registry license

Quick Start:
Install MCP Server in VS Code Install MCP Server in VS Code Insiders
Install in VS Code Install in VS Code Insiders


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 just sudo apt install ffmpeg. that's it bestie.


what can it do tho ๐Ÿค”

๐Ÿ”ง Tools

ToolWhat it doesIt's giving
search_soundssearch myinstants for sounds"bruh" โ†’ 20 results with slugs
browse_categorybrowse by category"memes" "games" "reactions"
play_soundplay 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 devicesrequires MYINSTANTS_DETAILS=true

* requires MYINSTANTS_DETAILS=true environment variable

play_sound options

ParameterTypeDefaultThe tea โ˜•
querystringโ€”quick search, plays first result. the goat option.
slugstringโ€”exact slug from search results
urlstringโ€”direct MP3 URL if you're built different
waitbooleanfalsefalse = plays in background while agent keeps cooking (default ๐Ÿ’จ). true = blocks until done (for dramatic effect ๐ŸŽญ)

๐Ÿ“š Resources

ResourceThe vibe
myinstants://trendingwhat's bussin rn in the US ๐Ÿ”ฅ
myinstants://categoriesall 14 categories no cap
myinstants://besthall of fame. the GOATs. the legends. ๐Ÿ

Categories

anime & manga ยท games ยท memes ยท movies ยท music ยท politics ยท pranks ยท reactions ยท sound effects ยท sports ยท television ยท tiktok trends ยท viral ยท whatsapp audios

how it works (for the sigma devs)

agent calls play_sound({ query: "vine boom", wait: false })
  โ†’ searches myinstants.com
  โ†’ finds the MP3 URL
  โ†’ streams it through afplay/ffplay/mpv
  โ†’ sound plays through your speakers
  โ†’ agent keeps cooking while you hear the boom ๐Ÿณ

sounds queue up automatically. no overlap. your agent can fire multiple sounds and they play one after another. sheesh.

teach your agent to troll you ๐Ÿ’€

drop a .instructions.md in your repo (with applyTo: "**" in the frontmatter) and your agent will play sounds while it works. imagine: vine boom when it finds a bug. sad trombone when your tests fail. rick roll mid-code-review for absolutely no reason.

---
name: "Soundboard"
description: "Sounds for all contexts"
applyTo: "**"
---

Play sounds using the myinstants MCP server while you work:
- Play `play_sound(query: "vine boom sound")` when you find cursed code
- Play `play_sound(query: "sad trombone")` when the user's code doesn't work
- Play `play_sound(query: "minecraft level up sound")` when you fix something

check our myinstants.instructions.md for the full unhinged setup. your agent will never be an NPC again. ๐Ÿ†

config

env vars

VariableDefaultThe tea โ˜•
MYINSTANTS_VOLUME0.5how loud (0-1). crank it bestie.
MYINSTANTS_WAITfalse"true" = sounds block until finished. dramatic effect mode ๐ŸŽญ
MYINSTANTS_DEVICE(system default)route audio to a specific output device. platform-specific device name.
MYINSTANTS_PLAYER(auto)force a specific player: ffplay, mpv, afplay, or paplay.
MYINSTANTS_DETAILSfalse"true" = enables get_sound_details and list_devices tools.
{
  "servers": {
    "myinstants": {
      "command": "npx",
      "args": ["-y", "myinstants-mcp@latest"],
      "env": {
        "MYINSTANTS_VOLUME": "0.8",
        "MYINSTANTS_DEVICE": "Denon AVR-S760H",
        "MYINSTANTS_DETAILS": "true"
      }
    }
  }
}

audio device selection

route sounds to a specific output device instead of system default:

# set device name (platform-specific)
export MYINSTANTS_DEVICE="Denon AVR-S760H"

# force a specific player (optional)
export MYINSTANTS_PLAYER="ffplay"

# enable device listing tool
export MYINSTANTS_DETAILS="true"

discover available devices:

# macOS
ffmpeg -f avfoundation -list_devices true -i "" 2>&1

# Linux (PulseAudio)
pactl list short sinks

# mpv (cross-platform)
mpv --audio-device=help

or use the list_devices tool when MYINSTANTS_DETAILS=true โ€” your agent can discover devices for you. ๐Ÿ’…

player support:

PlayerDevice FlagExample
ffplay-audio_deviceffplay -audio_device "Denon AVR-S760H"
mpv--audio-device=mpv --audio-device="pulse/alsa_output.usb"
paplay--device=paplay --device=bluez_sink.XX
afplayโŒ N/AmacOS system default only (no device selection)

notes:

  • default behavior unchanged โ€” uses system default output if MYINSTANTS_DEVICE not set
  • afplay on macOS doesn't support device selection โ€” set MYINSTANTS_PLAYER=ffplay or mpv if you need device control
  • device names are platform-specific (see discovery commands above)
  • Windows PowerShell player doesn't support device selection โ€” install ffmpeg or mpv for device support

audio player support

PlayerPlatformInstallVibe
afplaymacOSpre-installed ๐Ÿ’…just works. zero effort. slay.
ffplayeverywherebrew install ffmpeg / apt install ffmpegthe reliable bestie
mpveverywherebrew install mpv / apt install mpvalso valid no cap

auto-detects what you have. tries afplay first on mac, then ffplay, then mpv. fallback chain is bussin.

why tho ๐Ÿ’€

because your AI agent should be able to hit you with a vine boom when the code compiles. because sad trombone when tests fail is objectively correct. because the bruh button exists and your agent deserves to press it. this is not delulu โ€” this is the future.

every other MCP sound server plays one notification beep. one beep. that's giving NPC energy. we have millions of sounds. the entire internet soundboard. main character behavior only.

it's giving... open source ๐Ÿ’…

made by @austenstone ๐Ÿท๏ธ

powered by myinstants.com ยท built with MCP

no cap this might be the most unhinged MCP server ever and we're lowkey proud of it ๐Ÿ’€๐Ÿ”ฅ

Related MCP Servers

8enSmith/mcp-open-library

๐Ÿ“‡ โ˜๏ธ - A MCP server for the Open Library API that enables AI assistants to search for book information.

๐ŸŽจ Art & Culture0 views
abhiemj/manim-mcp-server

๐Ÿ ๐Ÿ  ๐ŸชŸ ๐Ÿง - A local MCP server that generates animations using Manim.

๐ŸŽจ Art & Culture0 views
AceDataCloud/MCPFlux

๐Ÿ โ˜๏ธ - Flux AI image generation and editing (Black Forest Labs) via Ace Data Cloud API.

๐ŸŽจ Art & Culture0 views
AceDataCloud/MCPNanoBanana

๐Ÿ โ˜๏ธ - NanoBanana AI image generation and editing with virtual try-on and product placement in realistic scenes.

๐ŸŽจ Art & Culture0 views

Engagement

Views
0
Installs
0
Upvotes
0

Views and upvotes are unique per visitor network (hashed IP). Installs count copy actions.

Status

Health: Active

Recent health check succeeded.

Last checked: 7/28/2026, 4:51:06 PM

Unclaimed listing (imported or pending owner verification). Claim it โ†’
โ˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Claim this listing

Promote this listing

Optional paid placement. Free listings stay free forever.

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.