Skip to content
Zed

cws for Zed

io.github.mikusnuz/cws

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

client:Zed transport:stdio runtime:npm

Install cws in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

cws in other clients