@0pvalencia/app-screenshot-mcp
v0.1.1
Published
MCP Playwright para capturas de UI real.
Maintainers
Readme
@0pvalencia/app-screenshot-mcp
MCP Playwright para capturas de UI real.
Cursor / Claude / VS Code
Local (recomendado si clonas el repo)
{
"mcpServers": {
"app-screenshot": {
"command": "node",
"args": ["/ABSOLUTE/PATH/TO/app-screenshot-mcp/dist/cli.js"]
}
}
}Tras clonar: npm install && npm run build.
npx (sin clonar)
{
"mcpServers": {
"app-screenshot": {
"command": "npx",
"args": ["-y", "@0pvalencia/app-screenshot-mcp"]
}
}
}Si abres este repo en Cursor y usas
npx, hace faltanpm install && npm run buildpara que el bin local exista. Sin eso,npxfalla conapp-screenshot-mcp: not foundy el MCP se queda cargando.
Install / run
npx -y @0pvalencia/app-screenshot-mcpLocal
npm install
npm run build
npm startTools
capture_url— URL → PNGcapture_with_login— login + selectores → PNG
Tras npm install, ejecuta npx playwright install chromium si hace falta.
app-screenshot: Chromium (npx playwright install chromiumsi hace falta)
License
MIT
