Decent Sampler Drums MCP Server
@dandeliongold
关于 Decent Sampler Drums MCP Server
A Model Context Protocol server for generating DecentSampler drum kit configurations.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"decent-sampler-drums": {
"command": "npx",
"args": [
"-y",
"@dandeliongold/mcp-decent-sampler-drums"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Decent Sampler Drums MCP Server?
An MCP server for generating Decent Sampler drum kit configurations. It provides tools for WAV file analysis and XML preset creation, helping users build drum presets for the free Decent Sampler plugin.
How to use Decent Sampler Drums MCP Server?
Install Node.js v14+, clone the repository, run npm install and npm run build, then add the server configuration to your Claude Desktop config file. Invoke it by referencing the simple_preset_guidelines or advanced_preset_guidelines prompt and providing the absolute path to your samples folder.
Key features of Decent Sampler Drums MCP Server
- 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 and auxiliary output routing
Use cases of Decent Sampler Drums MCP Server
- Generate simple drum kit presets from WAV samples for Decent Sampler.
- Create advanced multi-mic drum kits with multiple microphone positions.
- Build round-robin and velocity-layer drum mappings for realistic playback.
- Automate Decent Sampler XML generation for custom drum libraries.
FAQ from Decent Sampler Drums MCP Server
What is Decent Sampler?
Decent Sampler is a free sampling plugin that plays samples in the Decent Sampler format.
What are the prerequisites?
Node.js v14 or higher, npm (usually included with Node.js), and the Claude Desktop app.
How do I install the server?
Install dependencies with npm install, build with npm run build, then add the configuration shown in the README to your Claude Desktop config file.
How do I generate a drum preset?
Use the simple_preset_guidelines or advanced_preset_guidelines prompt and provide the absolute path to your drum samples folder.
Can I create complex drum kits?
Complex presets with many samples may exceed Claude Desktop’s maximum message length; simple presets are more stable and recommended.
其他 分类下的更多 MCP 服务器
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Awesome Mlops
visengerA curated list of references for MLOps
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
评论