Myinstants MCP Server

MCP server for myinstants.com — search and play millions of sound buttons

Local serverstdio

What is the Myinstants MCP MCP server?

MCP server for myinstants.com — search and play millions of sound buttons. That is what the myinstants mcp mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.

The short version

millions of sound buttons · zero config · just vibes ✨

Getting it running

Installation goes through your MCP client rather than a global install: point it at myinstants-mcp on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.

The tools it exposes

The server publishes 7 tools. What each one is for:

  • search_sounds — search myinstants for sounds
  • browse_category — browse by category
  • play_sound — play a sound (by slug, url, or quick search)
  • get_sound_details — get details about a sound (views, uploader, duration)
  • list_devices — list available audio output devices
  • Cursor — The Cursor tool exposed by this server
  • Categories — anime & manga · games · memes · movies · music · politics · pranks · reactions · sound effects · sports · television · tiktok trends · viral ·

What it needs from you

Configuration is passed through the environment: MYINSTANTS_VOLUME, MYINSTANTS_DEVICE, MYINSTANTS_DETAILS, MYINSTANTS_PLAYER. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

How it compares

Plenty of team communication servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Myinstants MCP's toolset — search_sounds, browse_category, play_sound and 4 more — is a fair guide to whether it matches your workflow. It is maintained by austenstone; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Available tools

ToolWhat it does
search_soundssearch myinstants for sounds
browse_categorybrowse by category
play_soundplay a sound (by slug, url, or quick search)
get_sound_detailsget details about a sound (views, uploader, duration)
list_deviceslist available audio output devices
CursorThe Cursor tool exposed by this server.
Categoriesanime & manga · games · memes · movies · music · politics · pranks · reactions · sound effects · sports · television · tiktok trends · viral · whatsapp audios

How to install the Myinstants MCP MCP server

### Cursor

`.cursor/mcp.json`:

```json
{
  "mcpServers": {
    "myinstants": {
      "command": "npx",
      "args": ["-y", "myinstants-mcp@latest"]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
MYINSTANTS_VOLUMEConfiguration value read at startup.Optional
MYINSTANTS_DEVICEConfiguration value read at startup.Optional
MYINSTANTS_DETAILSConfiguration value read at startup.Optional
MYINSTANTS_PLAYERConfiguration value read at startup.Optional

Example prompts to try

  • Use Myinstants MCP to search sounds.
  • Use Myinstants MCP to browse category.
  • Use Myinstants MCP to play sound.

Frequently asked questions

It connects Myinstants MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 7 tools (search_sounds, browse_category, play_sound, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Myinstants MCP directly.