1.1.4 • Published 8 months ago

@audiodesigndesk/plus-sounds-mcp-server v1.1.4

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

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-desktop

Upgrade:

npx @audiodesigndesk/plus-sounds-mcp-server -y upgrade claude-desktop

Option 2: Manual Configuration

  1. Open your Claude Desktop configuration file:

    • MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
    • Windows: %APPDATA%\Claude\claude_desktop_config.json
  2. Add the following to your configuration:

{
  "mcpServers": {
    "audiodesigndesk-plus-sounds": {
      "command": "npx",
      "args": ["-y", "@audiodesigndesk/plus-sounds-mcp-server@1.1.4"]
    }
  }
}
  1. Restart Claude Desktop

Option 3: Direct Execution

Run the server directly using:

npx @audiodesigndesk/plus-sounds-mcp-server -y

Available 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

1.1.4

8 months ago

1.1.3

8 months ago

1.1.2

8 months ago

1.1.1

8 months ago

1.1.0

8 months ago

1.0.9

8 months ago

1.0.8

8 months ago

1.0.7

8 months ago

1.0.6

8 months ago

1.0.5

8 months ago

1.0.4

8 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago