MCP Server
Active
MIT
MCP Audio Studio MCP Server
io.github.mario-andreschak/mcp-audio-studio
What is the MCP Audio Studio MCP server?
A digital audio workstation MCP App with sequencing, mixing, effects, automation, and rendering.
How to install MCP Audio Studio
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
MCP_AUDIO_STUDIO_DATAPath to a JSON file the studio project is persisted to. Omit to keep the project in memory.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-audio-studio": {
"command": "npx",
"args": [
"-y",
"mcp-audio-studio",
"--stdio"
],
"env": {
"MCP_AUDIO_STUDIO_DATA": "<YOUR_MCP_AUDIO_STUDIO_DATA>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-audio-studio": {
"command": "npx",
"args": [
"-y",
"mcp-audio-studio",
"--stdio"
],
"env": {
"MCP_AUDIO_STUDIO_DATA": "<YOUR_MCP_AUDIO_STUDIO_DATA>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-audio-studio": {
"command": "npx",
"args": [
"-y",
"mcp-audio-studio",
"--stdio"
],
"env": {
"MCP_AUDIO_STUDIO_DATA": "<YOUR_MCP_AUDIO_STUDIO_DATA>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-audio-studio": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-audio-studio",
"--stdio"
],
"env": {
"MCP_AUDIO_STUDIO_DATA": "<YOUR_MCP_AUDIO_STUDIO_DATA>"
}
}
}
}Claude Code
claude mcp add mcp-audio-studio --env MCP_AUDIO_STUDIO_DATA=<YOUR_MCP_AUDIO_STUDIO_DATA> -- npx -y mcp-audio-studio --stdioRelated MCP servers
MCP server for ABAP development workflows via SAP ADT API—lock, edit, check syntax, and manage transports.
180
View repository →TypeScript
MIT
Connect Claude and Cline to your SAP ABAP system via ADT to read programs, classes, tables, and CDS objects.
174
View repository →TypeScript
MIT
WhatsApp Web MCP Server
Maintained
MCP server for WhatsApp via whatsapp-web.js: send/receive messages, media, chats, groups, contacts
19
View repository →TypeScript
MIT
MCP CAD Studio
Active
A self-contained parametric CAD studio MCP server with an interactive MCP App.
1
View repository →TypeScript
MIT
MCP VS Code
Active
A self-hosted VS Code workbench embedded as an interactive MCP App.
0
View repository →TypeScript
MIT