HOCR MCP Agent
Vue Frontend
Start command:
cd hocr-vue-client/
npm install
npm run devRequired packages:
cd hocr-vue-client/
npm install katex
npm install axiosMCP Server
Start command:
uvicorn mcp_server:app --reload --host 0.0.0.0 --port 8000A fastAPI-based FastMCP server with a Vue frontend that sends uploaded images to VLM via the MCP to quickly extract handwritten mathematical formulas as clean LaTeX code.
npx -y hocr_mcp_server{
"mcpServers": {
"hocr_mcp_server": {
"command": "npx",
"args": ["-y", "hocr_mcp_server"]
}
}
}Start command:
cd hocr-vue-client/
npm install
npm run devRequired packages:
cd hocr-vue-client/
npm install katex
npm install axiosStart command:
uvicorn mcp_server:app --reload --host 0.0.0.0 --port 8000