Freezetext Mcp
@juergenkoller-software
关于 Freezetext Mcp
暂无概览
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Freezetext Mcp?
Freezetext Mcp is a Model Context Protocol server that lets AI assistants like Claude and Cursor OCR anything on the Mac screen by communicating with the FreezeText app’s local HTTP API. All text extraction runs locally via Apple Vision Framework – no cloud, no data transmission. It requires macOS 14+, the free FreezeText app installed and running with its API enabled, and Swift 5.9+ to build from source.
How to use Freezetext Mcp?
Install by building from source (swift build -c release) or downloading a pre-built binary from Releases. Configure your MCP client (e.g., Claude Desktop, Claude Code, or Cursor) to launch the binary with environment variables FREEZETEXT_API_PORT (default 9876) and optionally FREEZETEXT_API_TOKEN. Invoke tools like capture_screen, ocr_image, or search_history through the MCP client.
Key features of Freezetext Mcp
- 12 tools covering capture & OCR, history, and language configuration.
- 100% local OCR – no data leaves your Mac.
- Compatible with any MCP client using stdio transport.
- Screen freeze, region capture, and base64 image OCR.
- Full history management with search and JSON/CSV export.
- Configurable OCR languages via
get_ocr_languagesandset_ocr_languages.
Use cases of Freezetext Mcp
- Extract text from videos, disappearing popups, or protected PDFs using AI assistants.
- OCR a specific screen region and feed the result to Claude for summarization.
- Search past OCR history for tracking numbers or invoice data.
- Automate data extraction from screenshots inside Cursor or other MCP clients.
- Capture and copy text from hover tooltips that normally cannot be selected.
FAQ from Freezetext Mcp
What do I need to run this server?
You need macOS 14+, the free FreezeText app installed and running with its HTTP API enabled, and Swift 5.9+ if building from source. The app is available at the store link in the README.
How does OCR work? Is data sent to the cloud?
No, all OCR runs locally on your Mac via Apple Vision Framework. No data is transmitted to any cloud service.
Which MCP clients are supported?
Any MCP client that supports stdio transport, such as Claude Desktop, Claude Code, and Cursor.
How do I configure the API port and token?
Set the environment variable FREEZETEXT_API_PORT (default
其他 分类下的更多 MCP 服务器
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Codelf
unbugA search tool helps dev to solve the naming things problem.
Servers
modelcontextprotocolModel Context Protocol Servers
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
评论