Back to MCP Servers
Hocr
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-toolsvueapi
By Wooonster
Installation
npx -y hocr_mcp_serverConfiguration
{
"mcpServers": {
"hocr_mcp_server": {
"command": "npx",
"args": ["-y", "hocr_mcp_server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes