Back to Browse

Mixx Dj MCP Server

Developer ToolsUse Caution3.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

FastMCP server for Mixxx DJ software control via OSC protocol

About

FastMCP server for Mixxx DJ software control via OSC protocol

Security Report

3.2
Use Caution3.2High Risk

This MCP server for Mixxx DJ control has reasonable architecture and legitimate permissions for its purpose, but contains multiple concerning security issues: unauthenticated access to all REST API endpoints, unsafe subprocess execution in music generation and Mixxx launcher, inadequate input validation on OSC commands, and potential for environment variable leakage in music generation pipelines. While the server is intended for local use, the lack of authentication and improper handling of subprocess calls present real exploitation vectors. Supply chain analysis found 5 known vulnerabilities in dependencies (0 critical, 2 high severity).

5 files analyzed · 15 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

network_udp

Check that this permission is expected for this type of plugin.

env_vars

Check that this permission is expected for this type of plugin.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

process_spawn

Check that this permission is expected for this type of plugin.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

system_info

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-sandraschi-mixx-dj-mcp": {
      "args": [
        "-y",
        "mixx-dj-mcp-webapp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!