ddddocr CAPTCHA Recognition MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ddddocr CAPTCHA Recognition MCP Serverocr_recognize this captcha image"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ddddocr CAPTCHA Recognition MCP Server
A powerful MCP server for CAPTCHA recognition using ddddocr library, providing advanced text OCR, object detection, and slider matching capabilities.
Features
๐ค Text OCR Recognition - Recognize text content from CAPTCHA images
๐ฏ Object Detection - Detect target objects in CAPTCHA images
๐ Slider Matching - Match slider CAPTCHA positions with high accuracy
โก High Performance - Built on ONNX runtime for fast processing
๐ MCP Compatible - Fully compatible with Model Context Protocol
Related MCP server: OpenCV MCP Server
Installation & Usage
From Smithery (Recommended)
Visit Smithery.ai
Search for "ddddocr-captcha-recognition-ymeng98"
Install with one click to your AI toolchain
Local Development
# Clone and setup
git clone <repository-url>
cd ddddocr-captcha
npm install
# Install Python dependencies
pip install -r requirements.txt
# Run development server
npm run devTools Available
ocr_recognize
Recognize text content from CAPTCHA images.
Parameters:
image_base64(optional): Base64 encoded image dataimage_path(optional): Path to image file
detect_objects
Detect target objects in CAPTCHA images.
Parameters:
image_base64(optional): Base64 encoded image dataimage_path(optional): Path to image file
match_slider
Match slider CAPTCHA position.
Parameters:
target_base64(optional): Target image base64 encodedbackground_base64(optional): Background image base64 encodedtarget_path(optional): Target image file pathbackground_path(optional): Background image file path
health_check
Check ddddocr service health status.
Technical Stack
Core Recognition: ddddocr library
Image Processing: OpenCV, Pillow
Protocol: Model Context Protocol (MCP)
Runtime: TypeScript (Node.js) + Python backend
Models: ONNX-based neural networks
License
MIT License
Support
For issues and questions, please visit our GitHub repository or contact the maintainer.
This server cannot be deployed
Maintenance
Related MCP Connectors
Solve reCAPTCHA v2/v3, hCaptcha, Cloudflare Turnstile and image captchas. Platform-hosted, no creden
Web search, browser automation, scraping, crawling and CAPTCHA solving for AI agents.
Cloudflare Solver: Scraping API designed to bypass Cloudflare protection.
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Related MCP Servers
- AlicenseNot gradedqualityFmaintenanceEnables AI agents to search DuckDuckGo and fetch web content with human-assisted CAPTCHA handling, designed for local use where humans can intervene when bot detection occurs.7 npmMIT
- AlicenseNot gradedqualityFmaintenanceProvides OpenCV computer vision capabilities for AI assistants, enabling image processing, object detection, face detection, and video analysis through natural language.53 PyPI111MIT
- FlicenseNot gradedqualityDmaintenanceIntegrates with 2Captcha to solve various CAPTCHA types (image, reCAPTCHA, hCaptcha, etc.) for AI agents via MCP.121 npm-
- FlicenseNot gradedqualityCmaintenanceEnables image recognition using vision models via OpenAI-compatible APIs, supporting multiple platforms like OpenAI, DeepSeek, and Ollama.-