Nanonets OCR MCP
OtherMCP server for Nanonets OCR with PDF, Word, and Excel document processing support.
Quick Install
uvx nanonets-mcp Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"nanonets-ocr-mcp": {
"command": "uvx",
"args": [
"nanonets-mcp"
]
}
}
}