MCP Directory

austenstone/myinstants-mcp

GitHub
Productivity

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`

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx myinstants-mcp

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from austenstone/myinstants-mcp your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "myinstants-mcp": {
      "command": "npx",
      "args": [
        "myinstants-mcp"
      ]
    }
  }
}

Route austenstone/myinstants-mcp intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add myinstants-mcp

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use austenstone/myinstants-mcp directly without routing

npx myinstants-mcp

New to Agent-CoreX? View setup guide →

austenstone/myinstants-mcp MCP Server — Agent-CoreX