space-ocr-mcp
Rank #45,408io.github.hwang-yh-cto/space-ocr
Multilingual structured OCR with verified per-character bboxes for AI agents.
space-ocr-mcp is a Model Context Protocol (MCP) server published by hwang-yh-cto. It ranks #45,408 of 115,460 servers tracked on MCP Toplist. space-ocr-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Apr 30, 2026 and most recently updated on Apr 30, 2026.
Ranks ahead of 70,052 of 115,460 servers on MCP Toplist.
Use space-ocr-mcp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add space-ocr -e "SPACE_OCR_API_KEY=<your SPACE_OCR_API_KEY>" -- npx -y space-ocr-mcpReplace each placeholder with your own value before saving.
[mcp_servers.space-ocr]
command = "npx"
args = ["-y", "space-ocr-mcp"]
[mcp_servers.space-ocr.env]
SPACE_OCR_API_KEY = "<your SPACE_OCR_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"space-ocr": {
"command": "npx",
"args": [
"-y",
"space-ocr-mcp"
],
"env": {
"SPACE_OCR_API_KEY": "<your SPACE_OCR_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"space-ocr": {
"command": "npx",
"args": [
"-y",
"space-ocr-mcp"
],
"env": {
"SPACE_OCR_API_KEY": "<your SPACE_OCR_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"space-ocr": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"space-ocr-mcp"
],
"env": {
"SPACE_OCR_API_KEY": "<your SPACE_OCR_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"space-ocr": {
"command": "npx",
"args": [
"-y",
"space-ocr-mcp"
],
"env": {
"SPACE_OCR_API_KEY": "<your SPACE_OCR_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"space-ocr": {
"command": "npx",
"args": [
"-y",
"space-ocr-mcp"
],
"env": {
"SPACE_OCR_API_KEY": "<your SPACE_OCR_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
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/io.github.hwang-yh-cto%2Fspace-ocr)<a href="https://mcptoplist.com/server/io.github.hwang-yh-cto%2Fspace-ocr"><img src="https://mcptoplist.com/badge/io.github.hwang-yh-cto%2Fspace-ocr.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
hwang-yh-cto
Available versions (2)
| Version | Published |
|---|---|
| 0.1.3 | Apr 30, 2026 |
| 0.1.2 | Apr 30, 2026 |
Frequently asked questions
- Who maintains space-ocr-mcp?
- space-ocr-mcp is maintained by hwang-yh-cto, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is space-ocr-mcp listed on the Official MCP Registry?
- Yes — space-ocr-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does space-ocr-mcp have?
- MCP Toplist tracks 2 versions of space-ocr-mcp, most recently published on Apr 30, 2026.
- Where can I find the source code for space-ocr-mcp?
- The source code for space-ocr-mcp is hosted at github.com/hwang-yh-cto/space-ocr-mcp.