# Wooonster/hocr_mcp_server [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/Wooonster/hocr_mcp_server  
**GitHub Stars:** 2  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/wooonster-hocr-mcp-server

## Description
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.

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

```json
"mcpServers": {
  "hocr-mcp-server": {
    "command": "npx",
    "args": ["-y","wooonster-hocr-mcp-server"]
  }
}
```

## Documentation & README

# HOCR MCP Agent
[![Trust Score](https://archestra.ai/mcp-catalog/api/badge/quality/Wooonster/hocr_mcp_server)](https://archestra.ai/mcp-catalog/wooonster__hocr_mcp_server)

### Vue Frontend

Start command:

```bash
cd hocr-vue-client/

npm install
npm run dev
```

Required packages:
```bash
cd hocr-vue-client/

npm install katex
npm install axios
```

### MCP Server

Start command:

```bash
uvicorn mcp_server:app --reload --host 0.0.0.0 --port 8000
````
