Back to Catalog

hocr_mcp_server

Wooonster/hocr_mcp_server
🔗 Latest commit:85890d4
Python
AI Tools

MCP server from Wooonster/hocr_mcp_server

GitHub Metrics
Repository statistics and activity
⭐ GitHub Stars:2
👥 Contributors:2
📋 Total Issues:0
📦 Has Releases:No
🔧 Has CI/CD Pipeline:No
Configuration
Configuration example extracted from README.md for Claude Desktop and other clients.
{
  "mcp_server": {
    "command": "uvicorn",
    "args": [
      "mcp_server:app",
      "--reload",
      "--host",
      "0.0.0.0",
      "--port",
      "8000"
    ],
    "env": {}
  }
}
README.md

HOCR MCP Agent

Trust Score

Vue Frontend

Start command:

cd hocr-vue-client/

npm install
npm run dev

Required packages:

cd hocr-vue-client/

npm install katex
npm install axios

MCP Server

Start command:

uvicorn mcp_server:app --reload --host 0.0.0.0 --port 8000