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.
Quick Start
Clone the repository:
git clone https://github.com/Wooonster/hocr_mcp_serverClaude Desktop configuration example:
{
"mcpServers": {
"hocrmcpserver": {
"command": "npx",
"args": [
"-y",
"Wooonster/hocr_mcp_server"
]
}
}
}Check the repository README for specific installation and configuration instructions.