npx claudepluginhub aeghnnsw/cc-toolkit --plugin pymol-skillsAdd to your .mcp.json:
{
"mcpServers": {
"pymol-mcp": {
"command": "uv",
"args": [
"run",
"${CLAUDE_PLUGIN_ROOT}/pymol_mcp_server.py"
],
"env": {
"PYTHONUNBUFFERED": "1"
}
}
}
}This server has elevated permissions. Review the source code before enabling.
uvPYTHONUNBUFFERED=1