mcp
A CLI version of an MCP server for the ScreenshotOne API
Documentation
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.
ScreenshotOne also offers an official hosted MCP server. See the ScreenshotOne MCP integration for setup instructions and the latest updates.
Tools
- `render-website-screenshot`: Render a website screenshot and return an image or cached response.
- `get-usage`: Get ScreenshotOne API quota and concurrency usage.
Usage
Build it
Always install dependencies and build it first:
npm install && npm run buildGet your ScreenshotOne API key
Sign up at ScreenshotOne and get your API key.
Run with npx
Run the CLI directly from the npm package without cloning the repository:
SCREENSHOTONE_API_KEY=your_api_key npx --yes @screenshotone/mcpWith Claude for Desktop
Add the following to your `~/Library/Application\ Support/Claude/claude_desktop_config.json`:
{
"mcpServers": {
"screenshotone": {
"command": "npx",
"args": ["--yes", "@screenshotone/mcp"],
"env": {
"SCREENSHOTONE_API_KEY": ""
}
}
}
}Standalone or for other projects
SCREENSHOTONE_API_KEY=your_api_key node build/index.jsLicense
`ScreenshotOne MCP Server` is licensed under the MIT License.
Frequently asked questions
What is mcp?
mcp is A CLI version of an MCP server for the ScreenshotOne API
How do I install mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is mcp open source?
Yes — it is hosted on GitHub at https://github.com/screenshotone/mcp and has 36 stars.
Related MCP tools
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
Use any LLMs (Large Language Models) for Deep Research. Support SSE API and MCP server.
文颜 MCP Server 可以让 AI 自动将 Markdown 文章排版后发布至微信公众号。
This is a 12306 ticket search server based on the Model Context Protocol (MCP).
Official remote MCP server for Atlassian. Securely connect Jira, Confluence, Jira Service Management, Bitbucket, and Compass to Claude, ChatGPT, Cursor, VS Code, and other AI tools using OAuth 2.1 or API tokens.
A model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP