II.
ToolServer JSON
Structured · livetool-server:mcp-playwright
Playwright MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-playwright",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-dev-tools.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Playwright MCP Server",
"description": "Official MCP server for Playwright browser automation by Microsoft.\nEnables AI agents to interact with web pages through structured\naccessibility snapshots, navigate, click, fill forms, and extract\ncontent without requiring vision models.\n",
"protocol": "mcp",
"category": "devtools",
"repoUrl": "https://github.com/microsoft/playwright-mcp",
"npmPackage": "@playwright/mcp",
"maintainer": "Microsoft",
"mcpTransports": [
"mcp-transport:stdio"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-playwright",
"to": "tool:playwright",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-playwright",
"to": "domain:qa-testing",
"kind": "lib_applies_to_domain",
"attributes": {}
},
{
"from": "tool-server:mcp-playwright",
"to": "domain:web-development",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}