返回市场
MCP服务器

MCP服务器

作者:screenshotone32 星标更新:2025-06-11

项目介绍

ScreenshotOne MCP 服务器

这是一个为 ScreenshotOne 实现的 MCP (模型上下文协议) 服务器。

更多关于为什么构建它以及对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 密钥

ScreenshotOne 注册并获取你的 API 密钥。

与 Claude 桌面版一起使用

在你的 ~/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 许可证 下发布。