Wooonster/hocr_mcp_server
0 Views
0 Installs
🐍 🏠 – 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 Install
One-Click IDE Configuration
claude_desktop_config.json
{
"mcpServers": {
"wooonster-hocr-mcp-server": {
"command": "npx",
"args": [
"-y",
"wooonster-hocr-mcp-server"
]
}
}
}Or
Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.