CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Myinstants

austenstone/myinstants-mcp
10STDIOregistry active
Summary

Connects your AI agent to myinstants.com, the internet's largest soundboard with millions of user-uploaded audio clips. Exposes tools to search sounds by keyword, browse 14 categories (memes, games, reactions, viral trends), and play audio directly through your system speakers using afplay on macOS or ffmpeg/mpv on Linux. The play_sound tool accepts queries, slugs, or direct MP3 URLs, with optional blocking or background playback. You can queue sounds, route to specific audio devices, and optionally enable detailed metadata tools for sound info and device listing. Useful for adding audio feedback to agent workflows, debugging notifications, or just making your AI more entertaining during long tasks.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

🔴 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 💀🔥

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

MYINSTANTS_VOLUMEdefault: 0.5

Volume level from 0 to 1

MYINSTANTS_WAITdefault: true

Whether to wait for sounds to finish playing before returning (true/false)

Categories
AI & LLM Tools
Registryactive
Packagemyinstants-mcp
TransportSTDIO
UpdatedFeb 18, 2026
View on GitHub

Related AI & LLM Tools MCP Servers

View all →
SkillFM LLM Cost Optimizer

io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage

LLM cost optimizer for OpenAI, Anthropic, token usage, BYOK, and SkillFM Beacon audits.
Llm Orchestration Agent

io.github.mikerawsonnz/llm-orchestration-agent

Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith
Authenticated Llm Agent

io.github.mikerawsonnz/authenticated-llm-agent

JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion.
Copilot Memory MCP

labforgedev/copilot-memory-mcp

Persistent semantic memory for AI agents using local ChromaDB vector search. No cloud required.
1
Agent Prompt Injection Firewall Mcp

csoai-org/agent-prompt-injection-firewall-mcp

The WAF for agents. Pattern-based + heuristic firewall scans prompts, RAG documents, tool argume...
Authenticated Multi Llm Agent

io.github.mikerawsonnz/authenticated-multi-llm-agent

Google-OAuth-gated LLM gateway: verify a Google ID token, then run a Gemini (Vertex AI) completion f