deepl-mcp-server
Verified Safeby DeepLcom
Overview
This server provides translation and rephrasing capabilities using the DeepL API, integrated as a Model Context Protocol (MCP) tool for AI clients.
Installation
npx deepl-mcp-serverEnvironment Variables
- DEEPL_API_KEY
Security Notes
API keys are correctly handled via environment variables (DEEPL_API_KEY) and are not hardcoded. The server relies on established and reputable libraries like `@modelcontextprotocol/sdk`, `deepl-node`, and `zod`. No 'eval' or other obviously malicious code patterns were found in the provided source. The design for local AI client integration (stdio transport) limits direct external exposure, enhancing security.
Similar Servers
consult-llm-mcp
Facilitates Claude Code to consult powerful external AI models for complex code analysis, debugging, and review tasks.
claude-faf-mcp
Provides AI-optimized context for software projects to large language models, enhancing collaboration and project understanding via 50+ specialized tools within Claude Desktop workflows.
markitdown-mcp
A Model Context Protocol (MCP) server for converting over 29 file formats (PDFs, Office docs, images, audio, etc.) into clean, structured Markdown, primarily for integration with AI workflows and MCP clients like Claude Desktop.
unified-thinking
This MCP server consolidates various cognitive thinking patterns and specialized reasoning tools into a single Go-based implementation for enhanced AI reasoning capabilities within client applications like Claude Desktop.