MCP.so
Sign In
Servers

AgentKit Browser Automation

@tmahesh

agentkit for playwright-mcp server

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "playwright-agent": {
      "command": "npx",
      "args": [
        "@playwright/mcp@latest",
        "--port",
        "8931"
      ]
    }
  }
}

More from Browser Automation