loading…
Search for a command to run...
loading…
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 L
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.
Start command:
cd hocr-vue-client/
npm install
npm run dev
Required packages:
cd hocr-vue-client/
npm install katex
npm install axios
Start command:
uvicorn mcp_server:app --reload --host 0.0.0.0 --port 8000
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"wooonster-hocr-mcp-server": {
"command": "npx",
"args": []
}
}
}