Назад к MCP
🐍 PythonMCP ServerDeveloper ToolsLocal

Каталог MCP

Wooonster/hocr_mcp_server

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.

Открыть GitHub
Рейтинг
2
Звёзды GitHub
янв. 2026 г.
Добавлено
Сообщество
Статус

Описание

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
Теги
PythonLocal