Discover the toolingbehind modern intelligence
The operating system for AI infrastructure discovery. Search a live map of MCP servers, AI agents, LLM tools, automation systems, and developer infrastructure.
The operating system for AI infrastructure discovery. Search a live map of MCP servers, AI agents, LLM tools, automation systems, and developer infrastructure.
Playwright MCP server
AI summary
Auto-generated overview of what this skill does and when to reach for it.
Playwright MCP is an MCP server that provides browser automation for LLMs using Playwright, enabling interaction with web pages via structured accessibility snapshots without vision models.
$ npx skillcity@latest microsoft/playwright-mcpAuto-detects the skill or MCP server in this repo and installs it for Claude Code, Codex, Cursor or Cline.
Requires Node.js 18+ (ships with npx).
npx -y playwright-mcp
MCP Configuration
Add this to your claude_desktop_config.json
{
"mcpServers": {
"playwright-mcp": {
"command": "npx",
"args": [
"-y",
"playwright-mcp"
]
}
}
}Loading README…