ScreenshotOne MCP服务器是一款基于MCP协议的服务器,专门设计用于渲染网站截图并将其返回为图像。
render-website-screenshot: 渲染网站截图并将其返回为图像。安装依赖项并构建项目:
npm install && npm run build
~/Library/Application\ Support/Claude/claude_desktop_config.json中:
{
"mcpServers": {
"screenshotone": {
"command": "node",
"args": ["path/to/screenshotone/mcp/build/index.js"],
"env": {
"SCREENSHOTONE_API_KEY": "<your api key>"
}
}
}
}
SCREENSHOTONE_API_KEY=your_api_key && node build/index.js
运行服务后,可以通过调用render-website-screenshot工具来测试截图功能。