@soundporn/mcp
v0.1.0
Published
MCP server for the sound.porn meme soundboard — search, list, get, and download sounds from any MCP client.
Maintainers
Readme
@soundporn/mcp
MCP server for the sound.porn meme soundboard. Lets any MCP client (Claude Desktop, Cursor, etc.) search, browse, and download sounds.
Prefer zero-install? sound.porn also hosts a remote MCP endpoint at
https://sound.porn/api/mcp(Streamable HTTP). Use this package when your client only supports local stdio servers.
Tools
| Tool | Description |
|------|-------------|
| search_sounds | Search by keyword |
| list_sounds | Browse by category / sort |
| get_sound | Full details for a slug |
| list_categories | All categories with counts |
| download_sound | Save a sound's MP3 to local disk |
Install (local stdio)
Claude Desktop / Claude Code
{
"mcpServers": {
"soundporn": {
"command": "npx",
"args": ["-y", "@soundporn/mcp"]
}
}
}In Claude Code you can also run:
claude mcp add soundporn -- npx -y @soundporn/mcpHosted alternative (no install)
claude mcp add --transport http soundporn https://sound.porn/api/mcpConfiguration
| Env var | Description |
|---------|-------------|
| SOUNDPORN_API | Override the API base URL (default https://sound.porn) |
License
MIT
