deepl-mcp-server

deepl-mcp-server

13

The deepl-mcp-server is an MCP server designed to offer translation and text rephrasing services through the DeepL API. It supports a wide range of languages and offers features like automatic language detection and formality control.

What is required to use the DeepL MCP Server?

You need a DeepL API key, which can be obtained by signing up at the DeepL API website. With a free account, you can translate up to 500,000 characters per month.

How do I install the DeepL MCP Server?

You can install it using npm with the command npm install deepl-mcp-server or clone the repository from GitHub and install the dependencies.

What languages are supported by the DeepL MCP Server?

The server supports a wide variety of languages including English, German, Spanish, French, Italian, Japanese, Chinese, Portuguese, Russian, and many more.

How can I control the formality of translations?

The translate-text tool allows you to specify the formality level using parameters like 'less', 'more', 'default', 'prefer_less', and 'prefer_more'.

What should I do if I encounter errors with the DeepL API?

Ensure your API key is correct, check that you are not exceeding usage limits, and verify that the language codes used are supported.