playwright report mcp for LangChain
io.github.hubertgajewski/playwright-report-mcp
Run Playwright tests and surface structured results for AI agents doing test failure analysis.
client:LangChain
transport:stdio
runtime:npm
Install playwright report mcp in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"playwright-report-mcp": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "playwright-report-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs