Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From bitwize-music
Local stdio MCP server for Bitwize Music, running as a Python subprocess from a user virtual environment at ~/.bitwize-music/venv. Music-related tools or data access unclear from config.
npx claudepluginhub bitwize-music-studio/claude-ai-music-skills --plugin bitwize-musicCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"bitwize-music-mcp": {
"command": "${HOME}/.bitwize-music/venv/bin/python3",
"args": [
"${CLAUDE_PLUGIN_ROOT}/servers/bitwize-music-server/run.py"
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
${HOME}/.bitwize-music/venv/bin/python3Command-line arguments passed to the server process
Share bugs, ideas, or general feedback.