Skip to main content
Glama
package.json1.26 kB
{ "name": "deepl-mcp-server", "version": "0.2.0", "description": "MCP server for DeepL API - high-quality text translation, rephrasing, and language detection with formality control", "type": "module", "bin": { "deepl-mcp-server": "./build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc && chmod +x build/index.js", "prepare": "npm run build", "watch": "tsc --watch", "start": "node build/index.js", "inspector": "npx @modelcontextprotocol/inspector build/index.js" }, "keywords": [ "mcp", "model-context-protocol", "deepl", "translation", "language", "ai", "localization", "i18n" ], "author": "watchdealer-pavel", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/watchdealer-pavel/deepl-mcp-server.git" }, "bugs": { "url": "https://github.com/watchdealer-pavel/deepl-mcp-server/issues" }, "homepage": "https://github.com/watchdealer-pavel/deepl-mcp-server#readme", "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.24.3", "axios": "^1.13.2", "zod": "^3.25.0" }, "devDependencies": { "@types/node": "^22.10.1", "typescript": "^5.7.2" } }

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/watchdealer-pavel/deepl-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server