Skip to content
Grok

cws for Grok

io.github.mikusnuz/cws

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

client:Grok transport:stdio runtime:npm

Install cws in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "cws": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

cws in other clients