Skip to content
Cursor

cws for Cursor

io.github.mikusnuz/cws

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

client:Cursor transport:stdio runtime:npm

Install cws in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

cws in other clients