Skip to main content
This page shows you:
  • What the DeepL MCP Server does and when to use it
  • How to install and configure it for Claude Code and Claude Desktop
  • What tools are available to your AI agent
The DeepL MCP Server is an open-source (MIT license) Model Context Protocol server that gives AI agents access to DeepL’s translation, text improvement, and glossary capabilities. MCP lets AI agents discover and call external tools through a standardized protocol — your agent sends a tool request to the MCP server, which calls the DeepL API and returns the result.
Looking to give your AI tool access to the DeepL documentation itself? See the Docs MCP Server for source-grounded answers about the DeepL API.

Prerequisites

Quick start

Run the server directly with npx:
Or install it locally:

Configuration

Add the MCP server to Claude Code with a single command:
Claude Code will now have access to DeepL translation tools in every session.

Available tools

Once configured, your AI agent can use the following tools:

Example usage

Once the MCP server is connected, you can ask your AI agent things like:
  • “Translate this email into German with formal tone”
  • “Translate my report.pdf into French”
  • “Rephrase this paragraph to sound more professional”
  • “What languages does DeepL support?”
  • “Show me the entries in my marketing glossary”
The agent will automatically use the appropriate DeepL tool to fulfill the request.

Next steps

Now that you know how to use the DeepL MCP Server: