Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Mcp Screenshot

    Repository for MCP screenshot functionality

    21 stars
    JavaScript
    Updated Oct 3, 2025

    Table of Contents

    • Features
    • OCR Engines
    • Installation
    • Claude Desktop Configuration
    • Environment Variables
    • Usage Example
    • Tool Specification
    • capture
    • License
    • Author

    Table of Contents

    • Features
    • OCR Engines
    • Installation
    • Claude Desktop Configuration
    • Environment Variables
    • Usage Example
    • Tool Specification
    • capture
    • License
    • Author

    Documentation

    MCP Screenshot

    An MCP server that captures screenshots and performs OCR text recognition.

    Features

    • Screenshot capture (left half, right half, full screen)
    • OCR text recognition (supports Japanese and English)
    • Multiple output formats (JSON, Markdown, vertical, horizontal)

    OCR Engines

    This server uses two OCR engines:

    1. yomitoku

    • Primary OCR engine
    • High-accuracy Japanese text recognition
    • Runs as an API server

    2. Tesseract.js

    • Fallback OCR engine
    • Used when yomitoku is unavailable
    • Supports both Japanese and English recognition

    Installation

    bash
    npx -y @kazuph/mcp-screenshot

    Claude Desktop Configuration

    Add the following configuration to your claude_desktop_config.json:

    json
    {
      "mcpServers": {
        "screenshot": {
          "command": "npx",
          "args": ["-y", "@kazuph/mcp-screenshot"],
          "env": {
            "OCR_API_URL": "http://localhost:8000"  // yomitoku API base URL
          }
        }
      }
    }

    Environment Variables

    Variable NameDescriptionDefault Value
    OCR_API_URLyomitoku API base URLhttp://localhost:8000

    Usage Example

    You can use it by instructing Claude like this:

    code
    Please take a screenshot of the left half of the screen and recognize the text in it.

    Tool Specification

    capture

    Takes a screenshot and performs OCR.

    Options:

    • region: Screenshot area ('left'/'right'/'full', default: 'left')
    • format: Output format ('json'/'markdown'/'vertical'/'horizontal', default: 'markdown')

    License

    MIT

    Author

    kazuph

    Similar MCP

    Based on tags & features

    • WA

      Waha Mcp

      JavaScript00
    • WI

      Wizzy Mcp Tmdb

      JavaScript00
    • RI

      Rijksmuseum Mcp

      JavaScript·
      59
    • MC

      Mcp Server Playwright

      JavaScript·
      262

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • WA

      Waha Mcp

      JavaScript00
    • WI

      Wizzy Mcp Tmdb

      JavaScript00
    • RI

      Rijksmuseum Mcp

      JavaScript·
      59
    • MC

      Mcp Server Playwright

      JavaScript·
      262

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k