Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub cn-dataworks/pbi-squire-plugin --plugin pbi-squireCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"playwright-extension": {
"command": "cmd",
"args": [
"/c",
"npx",
"@playwright/mcp@latest",
"--extension"
]
}
}
}Server configuration and connection parameters
cmdCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.