Handwriting OCR MCP server
Convert handwritten and printed text to Markdown and structured data with unparalleled accuracy.
Overview
The Handwriting OCR MCP Server is a tool that converts handwritten and printed text into Markdown and structured data with high accuracy.
To use the Handwriting OCR MCP Server, you need to install it via Smithery or manually for the Claude Desktop application, upload your documents, and retrieve the OCR results.
- Upload images and PDF documents for text conversion. - Check the status of your uploads. - Retrieve the converted text in Markdown format.
- Converting handwritten notes into digital text.
- Extracting text from printed documents for editing.
- Integrating OCR capabilities into applications using the Handwriting OCR API.
Add to your AI client
Use these steps to connect Handwriting OCR MCP server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"handwriting-ocr-mcp-server-handwriting-ocr": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-handwriting-ocr-mcp-server-handwriting-ocr"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"handwriting-ocr-mcp-server-handwriting-ocr": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-handwriting-ocr-mcp-server-handwriting-ocr"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"handwriting-ocr-mcp-server-handwriting-ocr": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-handwriting-ocr-mcp-server-handwriting-ocr"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"handwriting-ocr-mcp-server-handwriting-ocr": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-handwriting-ocr-mcp-server-handwriting-ocr"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"handwriting-ocr-mcp-server-handwriting-ocr": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-handwriting-ocr-mcp-server-handwriting-ocr"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"handwriting-ocr-mcp-server-handwriting-ocr": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-handwriting-ocr-mcp-server-handwriting-ocr"
]
}
}
}FAQ
What is required to use the Handwriting OCR MCP Server?
You need Node.js installed and an active account with an API token from the Handwriting OCR Platform.
Can I use it for both handwritten and printed text?
Yes! The server is designed to handle both types of text.
Where can I find support?
Support can be found in the Handwriting OCR API Documentation or by submitting a GitHub Issue.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2073,"uuid":"f911450b-4ee8-4197-a6bc-5414efc87260","name":"Handwriting OCR MCP server","title":"Handwriting OCR MCP server","description":"Convert handwritten and printed text to Markdown and structured data with unparalleled accuracy.","avatar_url":null,"created_at":"2025-03-08T17:15:52.552Z","updated_at":"2025-03-16T12:16:22.048Z","status":"created","author_name":"Handwriting-OCR","author_avatar_url":null,"tags":"handwriting-ocr,ocr-server,text-conversion","category":"research-and-data","is_featured":false,"sort":1,"url":"https://github.com/Handwriting-OCR/handwriting-ocr-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":"42dbb00a-0f1b-4c99-8b57-c5c600fd4ca0","tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]