Skip to main content
Glama
0PValencia

app-screenshot-mcp

by 0PValencia

@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 falta npm install && npm run build para que el bin local exista. Sin eso, npx falla con app-screenshot-mcp: not found y el MCP se queda cargando.

Related MCP server: Playwright Server MCP

Install / run

npx -y @0pvalencia/app-screenshot-mcp

Local

npm install
npm run build
npm start

Tools

  • capture_url — URL → PNG

  • capture_with_login — login + selectores → PNG

Tras npm install, ejecuta npx playwright install chromium si hace falta.

  • app-screenshot: Chromium (npx playwright install chromium si hace falta)

License

MIT

Install Server
A
license - permissive license
B
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    -
    maintenance
    A MCP server that provides browser automation tools, allowing users to navigate websites, take screenshots, click elements, fill forms, and execute JavaScript through Playwright.
    Last updated
    8
    2
  • A
    license
    B
    quality
    D
    maintenance
    A browser automation server providing Playwright capabilities for controlling web browsers, capturing screenshots, extracting content, and performing complex interactions through an MCP interface.
    Last updated
    6
    Apache 2.0
  • A
    license
    -
    quality
    F
    maintenance
    A Model Context Protocol (MCP) server for taking screenshots of web pages using Playwright, allowing AI agents to automatically capture and analyze screenshots for UI verification or other tasks.
    Last updated
    615
    23
    AGPL 3.0

View all related MCP servers

Related MCP Connectors

  • Screenshot, diff, audit and sitemap-capture any web page — 5 MCP tools for AI agents.

  • Screenshot and HTML render MCP server for AI agents

  • Hosted real Google Chrome MCP with per-user persistent state. Navigate, click, type, screenshot.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/0PValencia/app-screenshot-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server