npx claudepluginhub buldee/claude-creative-studio --plugin claude-creative-studioAdd to your .mcp.json:
{
"mcpServers": {
"creative-knowledge": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"${CLAUDE_PLUGIN_ROOT}/knowledge"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
npx