|
|
6 mesi fa | |
|---|---|---|
| .. | ||
| README.cn.md | 6 mesi fa | |
| README.md | 6 mesi fa | |
| init.go | 6 mesi fa | |
| screenshotone.go | 6 mesi fa | |
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=your_api_key && node build/index.js