AgentHubAgentHub

screenshot-api

MCP ServerMCP Registry官方收录

io.github.therealMrFunGuy/screenshot-api · v1.0.0

Website screenshots as PNG, JPEG, or PDF with custom viewports and full-page capture.

概览

screenshot-api 是一个MCP Server,收录自 官方 MCP Registry。支持 sse 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "screenshot-api": {
      "url": "https://api.rjctdlabs.xyz/sse"
    }
  }
}

相关资源

统一 Manifest

{
  "id": "io.github.therealMrFunGuy/screenshot-api",
  "type": "mcp-server",
  "version": "1.0.0",
  "displayName": "screenshot-api",
  "description": "Website screenshots as PNG, JPEG, or PDF with custom viewports and full-page capture.",
  "distribution": {
    "packages": [],
    "remotes": [
      {
        "transport": "sse",
        "url": "https://api.rjctdlabs.xyz/sse"
      }
    ]
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.therealMrFunGuy/screenshot-api",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.therealMrFunGuy%2Fscreenshot-api/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
screenshot-api — MCP Server 安装与配置 · AgentHub