# DeepL MCP Server Configuration
DEEPL_API_KEY=your_deepl_api_key_here
MCP_ACCESS_TOKEN=your_custom_mcp_token_here_optional
PORT=3001
# For Railway deployment, set these in Railway dashboard:
# DEEPL_API_KEY = 09d1702b-d2e4-47d6-b74d-1fded50b0463:fx
# PORT = (Railway will set this automatically)