★ 0 stars
JavaScript
💻 Code/Dev Tools
Updated 6d ago
Update Claude Code plugin marketplaces, MCP servers, and editor extensions from the CLI in one batch command
View on GitHub →
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"
]
}
}
}
Topics
automationbulk-updateclaude-codeclaude-code-pluginclaude-code-toolsclideveloper-toolsmcpmcp-servernpmplugin-managerproductivityself-updatevibe-coding