MCP ExplorerExplorer

ScreenshotOne MCP Server

@screenshotoneon 10 days ago
21 MIT
FreeOfficial
Web Services
#screenshot#website#image
An official implementation of an [MCP (Model Context Protocol)](https://modelcontextprotocol.io/) server for [ScreenshotOne](https://screenshotone.com).

Overview

What is ScreenshotOne MCP Server

ScreenshotOne MCP Server is an implementation of the Model Context Protocol (MCP), specifically designed for ScreenshotOne, a service that provides website screenshot capabilities.

Use cases

This server can be used to programmatically capture screenshots of websites, making it useful for developers needing to integrate website preview features into applications, create visual documentation, or automate website monitoring.

How to use

To use it, install the necessary dependencies with ‘npm install’, obtain a ScreenshotOne API key by signing up at ScreenshotOne, and run the server by setting the API key in the environment variables either for Claude desktop or as a standalone application.

Key features

Key features include the ability to render website screenshots as images using the ScreenshotOne API and support for integration with the Claude Desktop application through configuration.

Where to use

This MCP server can be utilized in desktop applications, web services, or any software projects that require automated website screenshot functionalities.

Content

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 Server MCP server

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.

Tools

No tools

Comments