Skip to main content
Glama

Cloudflare Playwright MCP

Official
by cloudflare
cf_publish_release_npm.yml1.25 kB
name: "Playwright MCP for Cloudflare - Publish NPM" on: release: types: [published] jobs: cf-release: name: "Publish Playwright MCP for Cloudflare to NPM" runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: node-version: "20.x" registry-url: "https://registry.npmjs.org" - name: Determine version id: version run: | if [[ "${GITHUB_REF}" == refs/tags/* ]]; then echo "Triggered by tag: ${GITHUB_REF#refs/tags/}" VERSION="${GITHUB_REF#refs/tags/}" else echo "❌ Unexpected trigger: ${GITHUB_REF}" exit 1 fi # Set the output for later steps echo "VERSION=$VERSION" >> "$GITHUB_OUTPUT" - name: Run npm ci run: npm ci - name: Run playwright-mcp-cloudflare build run: | cd cloudflare npm version ${{ steps.version.outputs.VERSION }} --no-git-tag-version npm run build - name: Publish to npm run: | cd cloudflare cp ../README.md . npm publish env: NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cloudflare/playwright-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server