Skip to main content
Glama

Playwright MCP

by lewisvoncken
Apache 2.0
524,380
  • Linux
  • Apple
manifest.json799 B
{ "manifest_version": 3, "name": "Playwright MCP Bridge", "version": "1.0.0", "description": "Share browser tabs with Playwright MCP server through CDP bridge", "permissions": [ "debugger", "activeTab", "tabs", "storage" ], "host_permissions": [ "<all_urls>" ], "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_title": "Share tab with Playwright MCP", "default_popup": "popup.html", "default_icon": { "16": "icons/icon-16.png", "32": "icons/icon-32.png", "48": "icons/icon-48.png", "128": "icons/icon-128.png" } }, "icons": { "16": "icons/icon-16.png", "32": "icons/icon-32.png", "48": "icons/icon-48.png", "128": "icons/icon-128.png" } }

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

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