Update Claude Code plugin marketplaces, MCP servers, and editor extensions from the CLI in one batch command
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"cc-update-all": {
"command": "npx",
"args": [
"-y",
"alaas4989/cc-update-all"
]
}
}
}
Run in terminal:
claude mcp add cc-update-all npx -y alaas4989/cc-update-all
Add to .cursor/mcp.json:
{
"mcpServers": {
"cc-update-all": {
"command": "npx",
"args": [
"-y",
"alaas4989/cc-update-all"
]
}
}
}