Back to Home
DeepLcom icon

deepl-mcp-server

Verified Safe

by DeepLcom

Overview

Provides DeepL translation and linguistic capabilities as a Model Context Protocol (MCP) server for integration with AI clients.

Installation

Run Command
npx deepl-mcp-server

Environment Variables

  • DEEPL_API_KEY

Security Notes

The server uses environment variables for sensitive API keys, which is a good security practice. It relies on standard and reputable SDKs (`deepl-node`, `@modelcontextprotocol/sdk`). The communication model via stdio limits external network attack surface. The `translate-document` tool involves file system interaction (`inputFile`, `outputFile`), which, while necessary for its function, could be a potential vector if not rigorously handled by the underlying DeepL SDK. Assuming the DeepL SDK manages file paths and content securely, the overall risk is low.

Similar Servers

Stats

Interest Score38
Security Score9
Cost ClassMedium
Avg Tokens750
Stars84
Forks15
Last Update2025-12-30

Tags

DeepLTranslationMCP ServerAI Integration