MCP Configtypescript
fockey MCP Config
MCP configuration with 1 server: playwright
.mcp.json
{
"mcpServers": {
"playwright": {
"command": "cmd",
"args": [
"/c",
"npx",
"-y",
"@playwright/mcp@latest"
]
}
}
}