npx claudepluginhub mischasigtermans/claude-personasAdd to your .mcp.json:
{
"mcpServers": {
"personas": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/dist/server.js"
],
"env": {
"PERSONAS_PLUGIN_ROOT": "${CLAUDE_PLUGIN_ROOT}"
}
}
}
}This server has elevated permissions. Review the source code before enabling.
nodePERSONAS_PLUGIN_ROOT=${CLAUDE_PLUGIN_ROOT}