Screenshot MCP Server
@codingthefuturewithai
关于 Screenshot MCP Server
MCP server that provides screenshot capabilities for AI tools, allowing them to capture and process screen content
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"screenshot_mcp_server": {
"command": "uv",
"args": [
"pip",
"install",
"-e",
"."
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Screenshot MCP Server?
An MCP server that provides screenshot capabilities for AI tools, allowing them to capture and process screen content. It enables AI assistants to take screenshots of the user's screen and analyze what the user is looking at.
How to use Screenshot MCP Server?
Install from source using uv pip install -e . or pip install -e .. Run in stdio mode with the command-line client screenshot_mcp_server-client output.jpg or start the server via screenshot_mcp_server-server. For SSE mode, run screenshot_mcp_server-server-sse --port 3001. Programmatically, use an MCP client to call the take_screenshot tool.
Key features of Screenshot MCP Server
- Take full screen screenshots
- Automatic JPEG compression for efficient transfer
- Base64 encoded image data for reliable transmission
- Support for both stdio and SSE transport modes
- Configurable image quality and optimization
- Simple command-line interface for testing
Use cases of Screenshot MCP Server
- AI assistants analyzing the user’s current screen content
- Automated screenshot capture for debugging or testing
- Providing visual context for AI decision-making
FAQ from Screenshot MCP Server
What does the Screenshot MCP Server do?
It enables AI tools to capture the user’s screen and return a JPEG image, allowing AI assistants to see and analyze what is on the screen.
What are the system requirements?
Python 3.10 or later (but not 3.13), with dependencies: mcp >= 1.0.0, pyautogui >= 0.9.54, and Pillow >= 10.0.0. It runs on Linux, macOS, and Windows.
What transport modes are available?
Stdio (default) and SSE (runs on port 3001 by default). SSE mode is started with screenshot_mcp_server-server-sse --port 3001.
Does the take_screenshot tool require any parameters?
No, it takes no parameters. The tool returns a JPEG image as base64-encoded data.
How is the screenshot data returned?
The image is returned in JPEG format, base64 encoded for reliable transmission over the MCP protocol.
浏览器自动化 分类下的更多 MCP 服务器
Playwright MCP Server 🎭
executeautomationPlaywright Model Context Protocol Server - Tool to automate Browsers and APIs in Claude Desktop, Cline, Cursor IDE and More 🔌
Puppeteer Vision Mcp Server
djannotplaywright-server MCP server
blackwhite084Apify Model Context Protocol (MCP) Server
apifyThe Apify MCP server enables your AI agents to extract data from social media, search engines, maps, e-commerce sites, or any other website using thousands of ready-made scrapers, crawlers, and automation tools available on the Apify Store.
Webpage Screenshot MCP Server
ananddtyagiAn MCP that gives your agent the ability to snap a screenshot of webpages. Useful when you want your agent to check its progress during development.
评论