Server data from the Official MCP Registry
MCP server for Chrome Web Store — extension upload, publish, status, and rollout
MCP server for Chrome Web Store — extension upload, publish, status, and rollout
Set these up before or after installing:
Environment variable: CWS_CLIENT_ID
Environment variable: CWS_CLIENT_SECRET
Environment variable: CWS_REFRESH_TOKEN
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-mikusnuz-cws": {
"env": {
"CWS_CLIENT_ID": "your-cws-client-id-here",
"CWS_CLIENT_SECRET": "your-cws-client-secret-here",
"CWS_REFRESH_TOKEN": "your-cws-refresh-token-here"
},
"args": [
"-y",
"cws-mcp"
],
"command": "npx"
}
}
}This MCP server provides Chrome Web Store extension management functionality with proper OAuth2 authentication and appropriate permissions for its purpose. Minor security concerns include credential logging in error messages and some defensive validation gaps, but overall security posture is good. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
Scanned 3 files · 8 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!