by screenshotone
Provides a Model Context Protocol server that renders website screenshots via the ScreenshotOne API.
What is ScreenshotOne MCP Server about?
A lightweight MCP server that exposes the render-website-screenshot
tool, allowing clients (e.g., Claude for Desktop) to request website screenshots and receive them as image binaries.
How to use ScreenshotOne MCP Server?
npm install && npm run build
export SCREENSHOTONE_API_KEY=your_api_key # Unix/macOS
set SCREENSHOTONE_API_KEY=your_api_key # Windows CMD
node build/index.js
claude_desktop_config.json
:
{
"mcpServers": {
"screenshotone": {
"command": "node",
"args": ["path/to/screenshotone/mcp/build/index.js"],
"env": { "SCREENSHOTONE_API_KEY": "<your api key>" }
}
}
}
Key features of ScreenshotOne MCP Server
render-website-screenshot
tool.Use cases of ScreenshotOne MCP Server
FAQ from the ScreenshotOne MCP Server
Do I need to build the project before running it?
Yes. Run npm install && npm run build
to compile the TypeScript source.
Where do I obtain the API key? Sign up at https://screenshotone.com and generate an API key in your account dashboard.
Can I run the server without building? The source is TypeScript; building is required unless the package is published with pre‑built JavaScript.
Is the server compatible with other MCP clients?
Absolutely – any client that follows the MCP specification can invoke the render-website-screenshot
tool.
What environment variable is used for the key?
SCREENSHOTONE_API_KEY
.
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.
render-website-screenshot
: Render a screenshot of a website and returns it as an image.Always install dependencies and build it first:
npm install && npm run build
Sign up at ScreenshotOne and get your API key.
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>"
}
}
}
}
SCREENSHOTONE_API_KEY=your_api_key && node build/index.js
ScreenshotOne MCP Server
is licensed under the MIT License.
Please log in to share your review and rating for this MCP.
Discover more MCP servers with similar functionality and use cases
by danny-avila
Provides a customizable ChatGPT‑like web UI that integrates dozens of AI models, agents, code execution, image generation, web search, speech capabilities, and secure multi‑user authentication, all open‑source and ready for self‑hosting.
by ahujasid
BlenderMCP integrates Blender with Claude AI via the Model Context Protocol (MCP), enabling AI-driven 3D scene creation, modeling, and manipulation. This project allows users to control Blender directly through natural language prompts, streamlining the 3D design workflow.
by pydantic
Enables building production‑grade generative AI applications using Pydantic validation, offering a FastAPI‑like developer experience.
by GLips
Figma-Context-MCP is a Model Context Protocol (MCP) server that provides Figma layout information to AI coding agents. It bridges design and development by enabling AI tools to directly access and interpret Figma design data for more accurate and efficient code generation.
by mcp-use
Easily create and interact with MCP servers using custom agents, supporting any LLM with tool calling and offering multi‑server, sandboxed, and streaming capabilities.
by sonnylazuardi
This project implements a Model Context Protocol (MCP) integration between Cursor AI and Figma, allowing Cursor to communicate with Figma for reading designs and modifying them programmatically.
by lharries
WhatsApp MCP Server is a Model Context Protocol (MCP) server for WhatsApp that allows users to search, read, and send WhatsApp messages (including media) through AI models like Claude. It connects directly to your personal WhatsApp account via the WhatsApp web multi-device API and stores messages locally in a SQLite database.
by idosal
GitMCP is a free, open-source remote Model Context Protocol (MCP) server that transforms any GitHub project into a documentation hub, enabling AI tools to access up-to-date documentation and code directly from the source to eliminate "code hallucinations."
by Klavis-AI
Klavis AI provides open-source Multi-platform Control Protocol (MCP) integrations and a hosted API for AI applications. It simplifies connecting AI to various third-party services by managing secure MCP servers and authentication.