1.1.4 • Published 1 year ago

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

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year 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

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago