HomeDevelopment › cws-mcp

cws-mcp

MCP server for Chrome Web Store — extension upload, publish, status, and rollout

TypeScript Cloud
★ 4 stars Last pushed 2026-08-06 License: MIT

Topics: Developer Tools

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.4.1)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "cws-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "CWS_CLIENT_ID": "<YOUR_VALUE>",
        "CWS_CLIENT_SECRET": "<YOUR_VALUE>",
        "CWS_REFRESH_TOKEN": "<YOUR_VALUE>"
      }
    }
  }
}
  • CWS_CLIENT_ID required secret — Google OAuth2 Client ID for Chrome Web Store API
  • CWS_CLIENT_SECRET required secret — Google OAuth2 Client Secret
  • CWS_REFRESH_TOKEN required secret — OAuth2 Refresh Token

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry