app-screenshot-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@app-screenshot-mcpCapture a screenshot of https://example.com"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@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.
Related MCP server: Playwright Server MCP
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
Maintenance
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
- AlicenseBquality-maintenanceA MCP server that provides browser automation tools, allowing users to navigate websites, take screenshots, click elements, fill forms, and execute JavaScript through Playwright.Last updated82
- AlicenseBqualityDmaintenanceA browser automation server providing Playwright capabilities for controlling web browsers, capturing screenshots, extracting content, and performing complex interactions through an MCP interface.Last updated6Apache 2.0
- Alicense-qualityFmaintenanceA 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 updated61523AGPL 3.0
- Alicense-qualityDmaintenanceMCP server that connects to your browser to capture screenshots, inspect console logs, network requests, and more via Chrome DevTools Protocol.Last updated42MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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