APICK OCR
Rank #55,416app.apick/ocr
OCR for images and Korean ID documents
APICK OCR is a Model Context Protocol (MCP) server published by lead788. It ranks #55,416 of 115,460 servers tracked on MCP Toplist. APICK OCR is listed on Official MCP, with 2 tracked versions. It was first listed on Aug 10, 2026 and most recently updated on Aug 11, 2026.
Ranks ahead of 60,044 of 115,460 servers on MCP Toplist.
Use APICK OCR
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http ocr https://apick.app/mcp/ocr[mcp_servers.ocr]
url = "https://apick.app/mcp/ocr"Add to ~/.codex/config.toml.
https://apick.app/mcp/ocrSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"ocr": {
"url": "https://apick.app/mcp/ocr"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"ocr": {
"type": "http",
"url": "https://apick.app/mcp/ocr"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"ocr": {
"serverUrl": "https://apick.app/mcp/ocr"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"ocr": {
"url": "https://apick.app/mcp/ocr"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/app.apick%2Focr)<a href="https://mcptoplist.com/server/app.apick%2Focr"><img src="https://mcptoplist.com/badge/app.apick%2Focr.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
lead788
Available versions (2)
| Version | Published |
|---|---|
| 1.2.0 | Aug 11, 2026 |
| 1.1.0 | Aug 10, 2026 |
Frequently asked questions
- Who maintains APICK OCR?
- APICK OCR is maintained by lead788, which publishes 10 MCP servers (20 total versions) tracked on MCP Toplist.
- Is APICK OCR listed on the Official MCP Registry?
- Yes — APICK OCR is listed on the Official MCP Registry.
- How many versions does APICK OCR have?
- MCP Toplist tracks 2 versions of APICK OCR, most recently published on Aug 11, 2026.
- Where can I find the source code for APICK OCR?
- The source code for APICK OCR is hosted at github.com/lead788/apick-mcp.