Skip to main content
Glama

Playwright MCP

by Angeluis001
azure-deploy.yml800 B
name: Deploy to Azure Web App on: push: branches: - main workflow_dispatch: env: AZURE_WEBAPP_NAME: playwright-mcp-webapp AZURE_WEBAPP_PACKAGE_PATH: '.' NODE_VERSION: '22.x' jobs: build-and-deploy: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: Set up Node.js uses: actions/setup-node@v3 with: node-version: ${{ env.NODE_VERSION }} cache: 'npm' - name: Install dependencies run: npm ci - name: Build run: npm run build --if-present - name: 'Deploy to Azure Web App' uses: azure/webapps-deploy@v2 with: app-name: ${{ env.AZURE_WEBAPP_NAME }} publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }} package: ${{ env.AZURE_WEBAPP_PACKAGE_PATH }}

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/Angeluis001/playwright-mcp'

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