hocr_mcp_server

Wooonster/hocr_mcp_server
2 starsCommunity

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

A 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.

README.md

HOCR MCP Agent

![Trust Score](https://archestra.ai/mcp-catalog/wooonster__hocr_mcp_server)

Vue Frontend

Start command:

cd hocr-vue-client/

npm install
npm run dev

Required packages: ```bash 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

Related MCP servers

Browse all →