ScreenshotOne MCP Server
An official implementation of an MCP (Model Context Protocol) server for ScreenshotOne.
A few more words about why it was built and some thoughts about the future of MCP.
Tools
render-website-screenshot
: Render a screenshot of a website and returns it as an image.
Usage
Build it
Always install dependencies and build it first:
npm install && npm run build
Get your ScreenshotOne API key
Sign up at ScreenshotOne and get your API key.
With Claude for Desktop
Add the following to your ~/Library/Application Support/Claude/claude_desktop_config.json
:
{
"mcpServers": {
"screenshotone": {
"command": "node",
"args": ["path/to/screenshotone/mcp/build/index.js"],
"env": {
"SCREENSHOTONE_API_KEY": "<your api key>"
}
}
}
}
Standalone or for other projects
SCREENSHOTONE_API_KEY=your_api_key && node build/index.js
License
ScreenshotOne MCP Server
is licensed under the MIT License.
ScreenshotOne MCP Server
Project Details
- screenshotone/mcp
- MIT License
- Last Updated: 4/15/2025
Recomended MCP Servers
MCP tool that lets Cline inquire about a code base
Model Context Protocol Servers
一款轻量级、跨平台的 Mini Kubernetes AI Dashboard,支持大模型+智能体+MCP(支持设置操作权限),集成多集群管理、智能分析、实时异常检测等功能,支持多架构并可单文件部署,助力高效集群管理与运维优化。

A unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.
A proof-of-concept implementation of a Model Context Protocol (MCP) server that runs in WebAssembly (WASM) within a web...
query table from some websites, support MCP
Let Claude manage your tastytrade portfolio.
Agent Framework / shim to use Pydantic with LLMs
MCP Server for skrape.ai, lets you input any URL and it returns clean markdown for the LLM
A CLI inspector for the Model Context Protocol