← Back to Plugins
MCP Server MCP

io.github.mikusnuz/cws

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "cws-mcp",
      "version": "1.4.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Google OAuth2 Client ID for Chrome Web Store API",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "CWS_CLIENT_ID"
        },
        {
          "description": "Google OAuth2 Client Secret",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "CWS_CLIENT_SECRET"
        },
        {
          "description": "OAuth2 Refresh Token",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "CWS_REFRESH_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...