1.1.4 • Published 8 months ago
@audiodesigndesk/plus-sounds-mcp-server v1.1.4
AudioDesignDesk +Sounds MCP Server
An MCP (Model Context Protocol) server for searching sounds through the AudioDesignDesk +Sounds API. This server allows AI models to search and retrieve sound information from the AudioDesignDesk +Sounds library.
Usage
There are three options to get started:
Option 1: Using Install/Upgrade Commands
Install:
npx @audiodesigndesk/plus-sounds-mcp-server -y install claude-desktopUpgrade:
npx @audiodesigndesk/plus-sounds-mcp-server -y upgrade claude-desktopOption 2: Manual Configuration
Open your Claude Desktop configuration file:
- MacOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
- MacOS:
Add the following to your configuration:
{
"mcpServers": {
"audiodesigndesk-plus-sounds": {
"command": "npx",
"args": ["-y", "@audiodesigndesk/plus-sounds-mcp-server@1.1.4"]
}
}
}- Restart Claude Desktop
Option 3: Direct Execution
Run the server directly using:
npx @audiodesigndesk/plus-sounds-mcp-server -yAvailable Tools
search-sounds
Search for sounds in the AudioDesignDesk +Sounds library.
Parameters:
term(string): Search term to find sounds
Example Response:
Found 5 sounds for "explosion":
Name: Explosion Impact
Category: Sound Effects
Duration: 2.5s
Artist: AudioDesignDesk
Keywords: explosion, impact, boom
Pack: Action Sounds
Audio URL: https://cdn.add.app/sounds/explosion-impact.mp3
Cover Image: https://cdn.add.app/covers/action-sounds.jpg
---License
MIT