PDF2ZH MCP Server
by lichman0405
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPENAI_MODEL | Yes | Model identifier (e.g. anthropic/claude-opus-4-5, gpt-4o) | |
| WORKSPACE_DIR | No | Shared workspace directory. Defaults to ~/.featherflow/workspace | ~/.featherflow/workspace |
| OPENAI_API_KEY | Yes | API key for the provider | |
| OPENAI_BASE_URL | Yes | API base URL (e.g. https://openrouter.ai/api/v1, https://api.openai.com/v1) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| translate_pdfA | Translate a PDF file while preserving formulas and layout. |
| list_supported_languagesA | List language codes supported for translation. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lichman0405/pdftranslate-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server