AIAgentMCP
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@AIAgentMCPnavigate to example.com and take a screenshot"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
AIAgentMCP — Playwright + MCP test scaffold
A minimal Playwright project scaffold for automated testing and Model Context Protocol (MCP) development.
Overview
This repository includes:
Playwright test setup using
@playwright/testExample browser tests in
tests/A sample Playwright MCP workflow via
npm run mcpDocker install helper script at
../install-docker.ps1for Windows environments
Related MCP server: Playwright MCP Server
Setup
cd AIAgentMCP
npm installRun tests
npm run testStart the MCP server
npm run mcpRepository contents
package.json/package-lock.json— project dependencies and scriptsplaywright.config.ts— Playwright configurationtests/— sample Playwright teststest-results/— test output and artifacts.gitignore— ignored files for this repository
Notes
The project uses
@playwright/testas a dev dependency.The
mcpscript launches Playwright MCP usingnpx @playwright/mcp@latest.On Windows, Docker Desktop is required for many Playwright workflows that use containers.
This server cannot be deployed
Maintenance
Related MCP Connectors
Provides cloud browser automation capabilities using Stagehand and Browserbase, enabling LLMs to i…
Enable secure connectivity between Sentry issues and debugging data, and LLM clients, using a Model Context Protocol (MCP) server.
- TabfleetOAuthcom.tabfleet
Launch, inspect, control, and share isolated cloud browsers for your agents.
Headless browser primitives for AI agents when sites need real JS rendering.
Related MCP Servers
- AlicenseBqualityDmaintenanceA Model Context Protocol server that provides browser automation capabilities using Playwright. This server enables LLMs to interact with web pages, take screenshots, and execute JavaScript in a real browser environment.3211,239 npm5,644MIT
- FlicenseNot gradedqualityDmaintenanceProvides a server utilizing Model Context Protocol to enable human-like browser automation with Playwright, allowing control over browser actions such as navigation, element interaction, and scrolling.8-
- AlicenseNot gradedqualityCmaintenanceA Model Context Protocol server that provides browser automation capabilities using Playwright, enabling LLMs to interact with web pages, take screenshots, and execute JavaScript in a real browser environment.18Apache 2.0
- AlicenseBqualityDmaintenanceA Model Context Protocol server that provides browser automation capabilities using Playwright, enabling LLMs to interact with web pages, take screenshots, generate test code, scrape web content, and execute JavaScript in a real browser environment.3211,239 npmMIT