Skip to main content
Developer ToolsPython

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.

developer-toolslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/Wooonster/hocr_mcp_server

Claude Desktop configuration example:

{
  "mcpServers": {
    "hocrmcpserver": {
      "command": "npx",
      "args": [
        "-y",
        "Wooonster/hocr_mcp_server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
Python
Author
Wooonster