Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@GLM OCR MCP Serverextract the text from document.pdf"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
GLM OCR MCP Server
MCP server for extracting text from images and PDFs using ZhipuAI GLM-OCR.
Installation
Install from source (recommended)
Run directly
Configuration
Set the environment variable:
Usage
Using with Claude Code
Add to ~/.claude/mcp.json:
Tools
The server provides extract_text tool:
file_path: Path to image or PDF file (absolute or relative to working directory)
base64_data: Base64 encoded file data (optional, either file_path or base64_data required)