oneapi-screenshot-mcp
v0.1.3
Published
OneAPI 网页截图 MCP 服务
Readme
网页截图 MCP
OneAPI截图API 的MPC适配。
需提前获取 ACCESS_TOKEN
使用方式:
Linux/MacOS:
{
"mcpServers": {
"oneapi-screenshot-mcp": {
"command": "npx",
"args": [
"oneapi-screenshot-mcp"
],
"env": {
"ACCESS_TOKEN": "<ACCESS_TOKEN>"
}
}
}
}Windows:
{
"mcpServers": {
"oneapi-screenshot-mcp": {
"type": "stdio",
"command": "cmd",
"args": [
"/c",
"npx",
"-y",
"oneapi-screenshot-mcp"
],
"env": {
"ACCESS_TOKEN": "<ACCESS_TOKEN>"
}
}
}
}示例提示词:
1. 帮我截取百度首页图片。
2. 帮我截取百度首页图片,长1920px,宽1080px。
3. 帮我截取百度首页图片,手机端的。