🖼️ MCP Screenshot Server
@margusmartsepp
🖼️ MCP Screenshot Server について
A lightweight MCP-compatible Python server for capturing Windows screenshots via REST API. Supports full screen, region-based, or window-specific captures. Ideal for AI agent integrations and automation workflows.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-screenshot-server-margusmartsepp": {
"command": "python",
"args": [
"-m",
"venv",
".venv"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is 🖼️ MCP Screenshot Server?
A lightweight, MCP-compatible screenshot microservice built with FastAPI for Windows. It enables AI agents and automation tools to capture full-screen, region-based, or window-specific screenshots via simple HTTP calls.
How to use 🖼️ MCP Screenshot Server?
Clone the repository, create a Python virtual environment, install dependencies from requirements.txt, and run the server with uvicorn main:app --reload. Send a POST request to the /screenshot endpoint with an optional JSON body containing region, window_title, or base64 parameters.
Key features of 🖼️ MCP Screenshot Server?
- Capture full-screen screenshots
- Capture specific windows by title
- Capture custom screen regions
- MCP-compliant REST API
- Returns images as PNG or base64
- Built with FastAPI for production readiness
Use cases of 🖼️ MCP Screenshot Server?
- Integrating with LLMs using Model Context Protocol
- QA test automation pipelines
- Monitoring and remote capture tools
- Visual logging and debugging for AI agents
FAQ from 🖼️ MCP Screenshot Server?
Does it work on Linux or macOS?
Not yet. This version is Windows-focused, but contributions are welcome to extend platform support.
Is it MCP-certified?
This project aims to follow the MCP specification as closely as possible
「ブラウザ自動化」の他のコンテンツ
Fastcrw
usFast, lightweight Firecrawl/Tavily alternative in Rust. Web scraper, crawler & search API with MCP server for AI agents. Drop-in Firecrawl-compatible API (/scrape, /crawl, /search). 2.3x faster than Tavily, 1.5x faster than Firecrawl in 1K-URL benchmarks. 6 MB RAM, single binary.

Fetch
modelcontextprotocolModel Context Protocol Servers
mcp-browser-use: MCP server for browser-use
vinayak-mehtaMCP server for browser-use
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.
Playwright Mcp
microsoftPlaywright MCP server
コメント