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., "@screenshot-mcptake 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.
MCP Screenshot Tool for Cursor
A powerful AI-powered screenshot tool designed specifically for Cursor IDE, enabling AI agents to capture and analyze web pages intelligently.
Features
🤖 AI-First Design - Built for AI agents to understand and interact with web pages
🔐 Authentication Support - Handles login flows automatically
📊 Smart Content Analysis - Detects and captures dynamic content, tabs, and interactive elements
📸 Comprehensive Capture - Takes full-page, scrolling, and element-specific screenshots
⚡ Intelligent Waiting - Adapts to page content and ensures proper rendering
Setup in Cursor
Clone Repository
git clone https://github.com/arnavv-guptaa/screenshot-mcp.git
cd mcp-screenshot
npm installConfigure MCP Server
Open Cursor Settings
Navigate to "Tools & Integration"
Click "New MCP Server"
Add the following configuration (replace the paths with your local clone path):
{ "mcpServers": { "screenshot": { "type": "local", "command": "node", "args": ["/Users/username/path/to/screenshot-mcp/mcp-screenshot.js"], "cwd": "/Users/username/path/to/screenshot-mcp" } } }Save the configuration
Verify that "1 tool enabled" appears in the MCP server status
Make sure the MCP server is active (toggle if needed)
Configure Authentication (Optional) Create
screenshot-config.jsonin your cloned repository:
{
"authentication": {
"required": true,
"credentials": {
"username": "your-username",
"password": "your-password"
}
}
}Usage Guide for AI Agents
Basic Screenshot
Simply provide the URL to capture:
@https://example.com
Can you take a screenshot of this page?Authentication Required
For protected pages, provide credentials:
@https://app.example.com/dashboard
Can you capture this page? Here are the credentials:
username: user@example.com
password: pass123Dynamic Content
The tool automatically:
Waits for content to load
Detects and captures tabs
Handles lazy-loaded content
Ensures charts and data are rendered
Example:
@https://app.example.com/analytics
Can you capture all tabs in the analytics dashboard?Element Specific
Capture specific components:
@https://example.com/pricing
Can you capture just the pricing table?Best Practices for Users
Authentication
Provide credentials when requesting protected pages
Mention if there's a specific login flow
Dynamic Content
Let the agent know about interactive elements
Mention if specific tabs or sections need focus
Performance
Allow time for complex pages to load
Mention if certain elements need special attention
Capabilities
The tool can:
Handle single-page applications (SPAs)
Navigate and capture multiple tabs
Wait for dynamic content to load
Capture specific elements
Handle various authentication flows
Analyze page structure
Detect and interact with UI components
Examples
Basic Page Capture
Can you take a screenshot of https://example.com?Protected Dashboard
Can you capture https://app.example.com/dashboard?
Login credentials:
user: admin@example.com
pass: admin123Multi-Tab Interface
Can you capture all tabs on https://app.example.com/settings?
Make sure to wait for each tab's content to load.Complex Data Views
Can you capture the analytics dashboard at https://app.example.com/analytics?
Please ensure all charts are fully rendered.Notes
The tool automatically handles most scenarios without special configuration
Screenshots are processed and displayed directly in the Cursor chat
The tool adapts its waiting strategy based on page content
Authentication sessions are managed automatically
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/arnavv-guptaa/screenshot-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server