drio
Open app

Decent Sampler Drums MCP Server

Source

A Model Context Protocol server for generating DecentSampler drum kit configurations.

Catalog onlyCatalog onlySTDIO

Overview

Decent-Sampler-Drums MCP Server is a Model Context Protocol server designed for generating configurations for DecentSampler drum kits, enabling users to create and manage drum kit presets efficiently.

To use the server, install the necessary dependencies, build the server, and configure it within the Claude Desktop app. Users can generate presets by providing a directory of drum samples and following the usage guidelines for simple or complex presets.

  • WAV file analysis and validation - Global pitch and envelope controls - Multi-mic routing with MIDI controls - Round robin sample playback - Flexible velocity layer handling - Muting group support - Auxiliary output routing
  1. Creating custom drum kits for music production.
  2. Analyzing and validating WAV files for drum samples.
  3. Configuring complex drum setups with multiple microphones and routing options.

Add to your AI client

Use these steps to connect Decent Sampler Drums MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "mcp-decent-sampler-drums-dandeliongold": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-decent-sampler-drums-dandeliongold"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "mcp-decent-sampler-drums-dandeliongold": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-decent-sampler-drums-dandeliongold"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "mcp-decent-sampler-drums-dandeliongold": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-decent-sampler-drums-dandeliongold"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "mcp-decent-sampler-drums-dandeliongold": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-decent-sampler-drums-dandeliongold"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "mcp-decent-sampler-drums-dandeliongold": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-decent-sampler-drums-dandeliongold"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "mcp-decent-sampler-drums-dandeliongold": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-decent-sampler-drums-dandeliongold"
      ]
    }
  }
}

FAQ

What are the prerequisites for using this server?

You need Node.js (v14 or higher), npm, and the Claude Desktop app.

Can I create complex presets?

Yes, but be cautious as complex presets may exceed Claude Desktop's maximum message length.

Where can I find drum samples?

You can find free and low-cost samples from various online resources like 99sounds.org and Archive.org.