From d43ab58cdf932e8bc44c2d767c8c35837aaab2b0 Mon Sep 17 00:00:00 2001 From: Karthik KK Date: Sat, 12 Jul 2025 15:53:57 +1200 Subject: [PATCH] Add ExecuteAutomation Playwright MCP Server --- servers/playwright-mcp-server/server.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 servers/playwright-mcp-server/server.yaml diff --git a/servers/playwright-mcp-server/server.yaml b/servers/playwright-mcp-server/server.yaml new file mode 100644 index 0000000..b46c940 --- /dev/null +++ b/servers/playwright-mcp-server/server.yaml @@ -0,0 +1,16 @@ +name: playwright-mcp-server +image: mcp/mcp-playwright +type: server +meta: + category: ai + tags: + - ai +about: + title: ExecuteAutomation Playwright MCP + description: "Playwright Model Context Protocol Server - Tool to automate Browsers and APIs in Claude Desktop, Cline, Cursor IDE and More \U0001F50C" + icon: https://avatars.githubusercontent.com/u/10337030?v=4 +source: + project: https://github.com/executeautomation/mcp-playwright +run: + volumes: + - '{{playwright-mcp-server.data}}:{{playwright-mcp-server.}}'