这是为ScreenshotOne提供的MCP(模型上下文协议)官方服务器实现。
render-website-screenshot
:渲染网站截图并以图像形式返回。始终先安装依赖并构建项目:
npm install && npm run build
在ScreenshotOne注册并获取您的API密钥。
将以下内容添加到~/Library/Application\ Support/Claude/claude_desktop_config.json
文件中:
{
"mcpServers": {
"screenshotone": {
"command": "node",
"args": ["path/to/screenshotone/mcp/build/index.js"],
"env": {
"SCREENSHOTONE_API_KEY": "<您的API密钥>"
}
}
}
}

SCREENSHOTONE_API_KEY=您的API密钥 && node build/index.js
ScreenshotOne MCP服务器
遵循MIT许可证。