modelscope·@Kirchlive/getscreen_mcp
暂无描述。
A lightweight Model Context Protocol (MCP) Server for rapid capture of screenshots from all available monitors with automatic compression.
WSL support has been improved with automatic detection and PowerShell integration. The tool now works seamlessly whether you use the wsl command approach or the simpler Node-based direct execution method.
Key Features:
/proc/version environment inspectionHow It Works: When running in WSL, the tool automatically detects the environment and leverages PowerShell on the Windows host to capture screenshots. This approach ensures access to all display information from the Windows side while maintaining full compatibility with WSL-based tools.
git clone https://github.com/Kirchlive/getscreen_mcp.git
cd getscreen_mcp
npm install
npm run build
Add the following to your Claude configuration:
macOS:
~/Users/USERNAME/.claude.json
Windows:
C:\Users\USERNAME\.claude.json
Linux/WSL:
~/home/USERNAME/.claude.json
{
"mcpServers": {
"getscreen": {
"command": "node",
"args": ["/ABSOLUT/PATH/TO/getscreen_mcp/build/index.js"]
}
}
}
The screenshot tool captures all available monitors and returns the compressed images.
Parameters (all optional):
quality (number, 1-100): JPEG quality. Default: 80maxWidth (number): Maximum width in pixels. Images are resized proportionally.Examples:
Take a screenshot
Take a screenshot with high quality (quality: 95)
Take a screenshot and resize it to max. 1920px width (maxWidth: 1920)
The tool automatically detects the environment and selects the optimal method:
powershell.exescreenshot-desktop for native capturescreenshot-desktop for Linux/macOSsharp for fast image processing and JPEG compressionIn WSL environments:
/proc/version (checks for "microsoft" or "WSL")System.Windows.Forms.Screen::AllScreensMIT
一座通过串行通信将物理硬件设备与人工智能大语言模型连接起来的桥梁,允许用户使用自然语言命令控制硬件。
用于运行代码片段并显示结果的MCP服务器。
一个通过ADB实现对Android设备程序化控制的服务器,提供截图捕获、UI布局分析和包管理等功能,这些功能可以被像Claude Desktop这样的MCP客户端使用。
Claude Code作为模型上下文协议(MCP)服务器的一种实现,通过标准的MCP接口启用Claude的软件工程能力(代码生成、编辑、评审和文件操作)。
用于Cursor IDE的模型上下文协议(MCP)服务器,可简化其他MCP服务器的安装和配置。
一个MCP服务器,允许通过自然语言管理Docker容器,使用户能够在不自行运行命令的情况下组合、检查和调试容器。