JUHE API Marketplace
Wooonster avatar
MCP Server

hocr_mcp_server

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.

2
GitHub Stars
8/22/2025
Last Updated
No Configuration
Please check the documentation below.

README Documentation

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

Quick Actions

Key Features

Model Context Protocol
Secure Communication
Real-time Updates
Open Source
hocr_mcp_server MCP Server | JuheAPI