<h1 align="center">π΄ myinstants-mcp</h1>
<p align="center">
<strong>give your AI agent a soundboard. no cap.</strong><br/>
<sub>millions of sound buttons Β· zero config Β· just vibes β¨</sub>
</p>
<p align="center">
<a href="https://www.npmjs.com/package/myinstants-mcp"><img src="https://img.shields.io/npm/v/myinstants-mcp?style=flat-square&color=red" alt="npm version" /></a>
<a href="https://www.npmjs.com/package/myinstants-mcp"><img src="https://img.shields.io/npm/dm/myinstants-mcp?style=flat-square&color=orange" alt="npm downloads" /></a>
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/license-MIT-blue?style=flat-square" alt="license" /></a>
</p>
---
<img src="images/robot.png" width="100%" />
## fr fr what is this
an [MCP](https://modelcontextprotocol.io) server that connects AI agents to [myinstants.com](https://www.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
```bash
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`):
```json
{
"servers": {
"myinstants": {
"command": "npx",
"args": ["-y", "myinstants-mcp@latest"]
}
}
}
```
### Claude Desktop
`~/Library/Application Support/Claude/claude_desktop_config.json`:
```json
{
"mcpServers": {
"myinstants": {
"command": "npx",
"args": ["-y", "myinstants-mcp@latest"]
}
}
}
```
### Cursor
`.cursor/mcp.json`:
```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.
---
<img src="images/banner.png" width="100%" />
## 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 |
#### `play_sound` options
| Parameter | Type | Default | The tea β |
|-----------|------|---------|-----------|
| `query` | string | β | quick search, plays first result. the goat option. |
| `slug` | string | β | exact slug from search results |
| `url` | string | β | direct MP3 URL if you're built different |
| `wait` | boolean | `false` | `false` = plays in background while agent keeps cooking (default π¨). `true` = blocks until done (for dramatic effect π) |
### π Resources
| Resource | The vibe |
|----------|-------------|
| `myinstants://trending` | what's bussin rn in the US π₯ |
| `myinstants://categories` | all 14 categories no cap |
| `myinstants://best` | hall 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 `.github/copilot-instructions.md` in your repo 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.
```markdown
# in your .github/copilot-instructions.md
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 [copilot-instructions.md](.github/copilot-instructions.md) for the full unhinged setup. your agent will never be an NPC again. π
## config
### env vars
| Variable | Default | The tea β |
|----------|---------|------|
| `MYINSTANTS_VOLUME` | `0.5` | how loud (0-1). crank it bestie. |
| `MYINSTANTS_WAIT` | `false` | `"true"` = sounds block until finished. dramatic effect mode π |
```json
{
"servers": {
"myinstants": {
"command": "npx",
"args": ["-y", "myinstants-mcp@latest"],
"env": {
"MYINSTANTS_VOLUME": "0.8"
}
}
}
}
```
### audio player support
| Player | Platform | Install | Vibe |
|--------|----------|---------|------|
| `afplay` | macOS | pre-installed π
| just works. zero effort. slay. |
| `ffplay` | everywhere | `brew install ffmpeg` / `apt install ffmpeg` | the reliable bestie |
| `mpv` | everywhere | `brew install mpv` / `apt install mpv` | also 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](https://github.com/austenstone) π·οΈ
powered by [myinstants.com](https://www.myinstants.com) Β· built with [MCP](https://modelcontextprotocol.io)
no cap this might be the most unhinged MCP server ever and we're lowkey proud of it ππ₯