这是一个为 ScreenshotOne 实现的 MCP (模型上下文协议) 服务器。
<a href="https://glama.ai/mcp/servers/nq85q0596a"> <img width="380" height="200" src="https://gips0.baidu.com/it/u=984509571,889809678&fm=3081&app=3081&f=PNG?w=760&h=400" alt="ScreenshotOne 服务器 MCP 服务器" /> </a>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 许可证 下发布。