Skip to content
Cline

cws for Cline

io.github.mikusnuz/cws

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

client:Cline transport:stdio runtime:npm

Install cws in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "cws": {
      "command": "npx",
      "args": [
        "-y",
        "cws-mcp"
      ],
      "env": {
        "CWS_CLIENT_ID": "<CWS_CLIENT_ID>",
        "CWS_CLIENT_SECRET": "<CWS_CLIENT_SECRET>",
        "CWS_REFRESH_TOKEN": "<CWS_REFRESH_TOKEN>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

cws in other clients