MCP Server
MCP
io.github.dinesh-nalla-se/playwright-mcp
Playwright Tools for MCP
Install
npx -y @dinesh-nalla-se/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@dinesh-nalla-se/playwright-mcp",
"version": "0.0.47",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your API key for the service",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "YOUR_API_KEY"
}
]
},
{
"registryType": "oci",
"identifier": "docker.io/dineshn51331/playwright-mcp:1.0.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your API key for the service",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "YOUR_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
oci
By
Comments
Sign in to leave a comment