MCP Configtypescript

fockey MCP Config

MCP configuration with 1 server: playwright

View Source
.mcp.json
{
  "mcpServers": {
    "playwright": {
      "command": "cmd",
      "args": [
        "/c",
        "npx",
        "-y",
        "@playwright/mcp@latest"
      ]
    }
  }
}