Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🖥️ OS Automation
  3. Freezetext MCP
Freezetext MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 7:17:19 PM

Freezetext MCP

User RatingsBe the first to rate and review this MCP server!
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit Website
ocrmacosscreen-capturetext-extraction

OCRs Mac screen content, images, and capture history through FreezeText's local Apple Vision API.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

One-click editor setup isn’t available for this listing yet — we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.

Manual Client & Custom JSON ConfigExpand JSON ▾
No confirmed setup config for this listing yet. We only publish a config block when the install details come from the project itself — its README, its docs, or a verified owner. We haven’t found those for juergenkoller-software/freezetext-mcp, and we’d rather show nothing than a guess you’d paste into your client. Follow the project’s own setup instructions for the current steps.
Install Directory Badge Claim listing Alternatives🖥️ More in OS Automation

Overview

The juergenkoller-software/freezetext-mcp MCP server connects MCP clients to FreezeText, a native macOS app that captures and OCRs visible screen content. It exposes tools for full-screen capture, region OCR, base64 image OCR, searchable history, exports, and OCR language settings. Calls use stdio between the client and server, then reach FreezeText through its local HTTP API; OCR remains local through Apple Vision. Reach for it when an agent needs text from videos, popups, protected PDFs, hover tooltips, screenshots, or stored captures on macOS.

Use cases

•Capture and summarize text from a frozen Mac screen
•OCR a screenshot supplied as base64 data
•Extract text from a selected screen region
•Search previous FreezeText captures for a phrase
•Export OCR history as JSON or CSV

Key features

•Full-screen capture with Apple Vision OCR
•Region and base64 image OCR
•Searchable capture history
•JSON and CSV history export
•Configurable OCR languages
•Local HTTP API communication

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Freezetext MCP.

Extracted Tool Capabilities
Full-screen capture with Apple Vision OCR
Region and base64 image OCR
Searchable capture history
JSON and CSV history export
Configurable OCR languages
Local HTTP API communication

How Freezetext MCP works

What juergenkoller-software/freezetext-mcp MCP server does

The juergenkoller-software/freezetext-mcp MCP server gives Claude, Cursor, and other MCP clients access to FreezeText's macOS OCR functions. FreezeText is a separate native application that must be installed, running, and configured with its HTTP API enabled.

The server supports three capture paths: freezing the current screen and extracting its text, OCRing a specified screen rectangle, and processing an image supplied as base64 data. These options cover visible interface content as well as screenshots or images already available to an agent.

It also exposes capture-history operations. Agents can list records, search their text, retrieve a particular entry, add or delete entries, clear the history, and export it as JSON or CSV. Two additional tools read and change the configured OCR languages.

How it works

An MCP client communicates with the juergenkoller-software/freezetext-mcp MCP server over JSON-RPC stdio. The server translates tool calls into requests to FreezeText's local HTTP API, normally on port 9876. FreezeText performs screen capture, Apple Vision OCR, and history storage; those functions are not implemented in the MCP process itself.

The OCR workflow is local to the Mac. The supplied material states that OCR uses Apple Vision Framework and that no cloud service or data transmission is involved. If an API token is configured in FreezeText, the server can send it as a Bearer token when calling the local API.

Setup and configuration

The juergenkoller-software/freezetext-mcp MCP server targets macOS 14 Sonoma or later. Install and run the FreezeText app, enable its HTTP API in Settings, and then either use a pre-built release binary or build the MCP server from source with Swift 5.9 or later, available through Xcode 15 or newer.

The source-build commands are:

bash
git clone https://github.com/juergenkoller-software/freezetext-mcp.git
cd freezetext-mcp
swift build -c release

The resulting binary is .build/release/FreezeTextMCP. Configure that executable as a stdio MCP server in the client. The server accepts these environment variables:

  • FREEZETEXT_API_PORT: FreezeText API port; defaults to 9876.
  • FREEZETEXT_API_TOKEN: optional token used when a token has been set in FreezeText Settings.

Claude Desktop uses its MCP server configuration file, while Claude Code can register the executable with claude mcp add. Cursor and other MCP clients use the same stdio arrangement.

Tools and capabilities

The twelve tools are grouped as follows:

  • Capture and OCR: capture_screen, capture_region, and ocr_image.
  • History: list_history, search_history, get_history_entry, add_history, delete_history_entry, clear_history, and export_history.
  • OCR configuration: get_ocr_languages and set_ocr_languages.

Together, these tools let an agent extract text from transient or difficult-to-copy content, inspect prior captures, maintain history records, and choose OCR languages supported by the FreezeText app.

Limitations and notes

This server depends on the FreezeText application; installing only the MCP binary is not sufficient. The app must be running and its HTTP API must be enabled. The project is intended for macOS 14 or later and does not describe support for other operating systems.

The MCP server is MIT-licensed and open source, while the FreezeText app is described separately as free and proprietary. The documentation does not identify a package-manager distribution or a hosted remote endpoint; it describes a locally built or downloaded executable communicating with a local app.

Read the full README →View source on GitHub →

Related MCP Servers

View all in OS Automation View all alternatives
  • Mac Monitor MCP logoMac Monitor MCP

    Identifies resource-intensive processes on macOS and provides performance improvement suggestions.

    🖥️ OS Automation2 views
    Compare vs Mac Monitor MCP →
  • Dash MCP Server logoDash MCP Server

    MCP server for Dash, the macOS API documentation browser. Instant search over 200+ documentation sets.

    🖥️ OS Automation1 views
    Compare vs Dash MCP Server →
  • Axint logoAxint

    Apple-native execution layer for AI agents. Compiles TypeScript to validated Swift — App Intents, SwiftUI views, WidgetKit widgets, and full apps. 13 MCP tools, 150 diagnostics, 500 tests.

    🖥️ OS Automation3 views
    Compare vs Axint →
  • Apple Calendar logoApple Calendar

    List, create, update, and delete events in Apple Calendar on macOS.

    🖥️ OS Automation0 views
    Compare vs Apple Calendar →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
1
Stargazers on the source repository.
Last commit
3mo ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Freezetext MCP

Clone the repository, run `swift build -c release` with Swift 5.9 or later, and configure `.build/release/FreezeTextMCP` as a stdio MCP server. FreezeText must also be installed, running, and have its HTTP API enabled.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewFreezetext MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/juergenkoller-software-freezetext-mcp?style=directory)](https://allmcps.com/mcp/juergenkoller-software-freezetext-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/juergenkoller-software-freezetext-mcp"><img src="https://allmcps.com/api/badge/juergenkoller-software-freezetext-mcp?style=directory" alt="Freezetext MCP on AllMCPs" /></a>

Technical Specs & Signals

Category🖥️OS Automation
PricingFree
More technical detailsExpand ▾
AuthNo auth required
LicenseMIT
ClientsClaude Desktop, Cursor
Last updatedSep 7, 2026
11/11 checks healthy over the last 33d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
Last commit3mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jun 8, 2026
41Quality signal: Fair · 41/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools20/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

★ Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🖥️ OS Automation →Alternatives to Freezetext MCP →Install in Claude DesktopInstall in CursorInstall in VS Code