Skip to content
Cursor

myinstants mcp for Cursor

io.github.austenstone/myinstants-mcp

Give your AI agent a soundboard. Millions of meme sounds from myinstants.com.

client:Cursor transport:stdio runtime:npm

Install myinstants mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "myinstants-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "myinstants-mcp"
      ],
      "env": {
        "MYINSTANTS_VOLUME": "<MYINSTANTS_VOLUME>",
        "MYINSTANTS_WAIT": "<MYINSTANTS_WAIT>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

myinstants mcp in other clients