hocr_mcp_server

Wooonster/hocr_mcp_server

3.2

If you are the rightful owner of hocr_mcp_server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The HOCR MCP Agent is a model context protocol server designed to facilitate communication between a Vue frontend and an MCP server.

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