npx claudepluginhub damionrashford/mlx --plugin mlxAdd to your .mcp.json:
{
"mcpServers": {
"mlx-experiments": {
"command": "uv",
"args": [
"run",
"${CLAUDE_PLUGIN_ROOT}/servers/experiments.py"
],
"env": {
"MLX_DATA_DIR": "${CLAUDE_PLUGIN_DATA}"
}
}
}
}This server connects to external services. Review the URLs it accesses before enabling.
This server has elevated permissions. Review the source code before enabling.
uvMLX_DATA_DIR=${CLAUDE_PLUGIN_DATA}