Odel
cws mcp

cws mcp

Local
@mikusnuz3JavaScriptMITUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmcws-mcpv1.4.1

Run

npx -y cws-mcp

MCP client config

{
  "mcpServers": {
    "cws-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "cws-mcp"
      ]
    }
  }
}