Decent-Sampler Drums MCP Server

by dandeliongold
Verified

local-only server

The server can only run on the client’s local machine because it depends on local resources.

Integrations

  • Supports MIDI controls for multi-mic routing and other drum kit parameters

  • Generates XML files for Decent Sampler drum kit configurations

  • Provides a demo video hosted on YouTube showing the server's capabilities

Decent Sampler Drums MCP 服务器

用于生成Decent Sampler鼓组配置的模型上下文协议服务器。

这个基于 TypeScript 的 MCP 服务器提供了用于创建 DecentSampler 鼓组预设的专门工具和提示,包括 WAV 文件分析和 XML 生成。

演示视频

**警告:**创建复杂的预设可能会超出 Claude Desktop 的最大消息长度。我们仍在努力简化此工具以解决此限制。如果您创建的是简单的预设,且没有太多麦克风或其他变化,则 XML 文件应该足够小,以便 Claude 能够将其写入文件。

特征

文档

安装

先决条件

  • Node.js(v14 或更高版本)
  • npm(通常随 Node.js 提供)
  • Claude 桌面应用程序(与 Claude 一起使用)

设置

  1. 安装依赖项:
npm install
  1. 构建服务器:
npm run build
  1. 添加到您的 Claude 桌面配置:

Windows: %APPDATA%/Claude/claude_desktop_config.json MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json

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

发展

对于使用自动重建的开发:

npm run watch

如需调试,请使用 MCP Inspector:

npm run inspector

使用指南

当使用此 MCP 服务器生成简单预设时,您应该始终参考simple_preset_guidelines提示。

对于更复杂的预设(包括总线、效果器等部分),请参考advanced_preset_guidelines提示。请注意,创建包含大量样本的复杂预设仍然可能不稳定,并且可能会超出 Claude Desktop 的最大消息长度。

两个提示都会要求你提供一个samplesDirectory参数——这应该是鼓样本文件夹的绝对路径(例如,“C:/Users/username/Documents/DrumSamples”)。提示会自动在所有示例和配置中使用此目录,以便更容易地遵循系统的正确路径。

关于Decent Sampler

Decent Sampler 是一款免费的采样插件,允许您以 Decent Sampler 格式播放样本。

有用的链接

样本来源

这款 MCP 服务器旨在让您更轻松地设置自己的预设,无论您是在手机上播放厨房用具,还是在录音室录制全套鼓。要创建自己的鼓组,您还需要采样。

如果您尚未准备好样本,这里有一些资源可以帮助您入门:

免费和低成本的样本资源

  • 99sounds.org
  • Archive.org: 样本包合集- 社区贡献的鼓样本,按受欢迎程度排序。包含一些很酷的素材,例如复古鼓机和 CMI Fairlight 样本。
  • Sample Pack Nation: Oberheim DMX/DX 鼓组- 经典鼓机音色(10 美元/欧元以下)

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

促进 DecentSampler 鼓组配置的创建,支持 WAV 文件分析和 XML 生成,以确保准确的样本长度和结构良好的预设。

  1. Demo Video
    1. Features
      1. Documentation
        1. Installation
          1. Prerequisites
          2. Setup
        2. Development
          1. Usage Guidelines
            1. About Decent Sampler
              1. Useful Links
              2. Sample Sources
            ID: phypkuqwcn