Devnagri Translation MCP Server

by DevnagriAI

299 downloads
Not rated
GitHub

About

A JavaScript-based Model Context Protocol (MCP) server providing translation, language detection, and supported language listing via Devnagri AI APIs, with a focus on Indic languages.

Details

Author
DevnagriAI
Downloads
299
Categories
Other

- Translation between 35+ languages including all major Indic languages.
- Language detection for any input text.
- Lists all supported languages on demand.
- MCP protocol ready for AI tool integration.
- Robust error handling and validation.
- Extensive test suite.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Devnagri Translation MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Run it directly via NPX with your API key: npx @devnagriai/devnagriai-translate-mcp API_KEY="your_devnagri_api_key". It can also be set up locally with a .env file and standard MCP CLI tools. Once running, the server exposes three tools: translate, detect_language, and list_supported_languages.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "devnagri translation mcp server": {
            "devnagri-translation": {
                "command": "npx",
                "args": [
                    "@devnagriai/devnagriai-translate-mcp",
                    "API_KEY=\"your_devnagri_api_key\""
                ]
            }
        }
    }
}

McpServers

{
    "devnagri-translation": {
        "command": "npx",
        "args": [
            "@devnagriai/devnagriai-translate-mcp",
            "API_KEY=\"your_devnagri_api_key\""
        ]
    }
}

Features:

- Text Translation between 35+ languages (including all major Indic languages).
- Language Detection for any input text.
- Supported Languages Listing.
- MCP Protocol: Ready for AI tool integration.
- Robust Error Handling and Validation.
- Extensive Test Suite.

Supported Integrations:

- Direct Integration via NPX or local environment.
- AI Tool Integration: Cursor, Claude, Windsurf, and other MCP-compatible platforms.
- Development-Friendly: Supports .env setup and standard MCP CLI tools.

Usage Examples:

npx @devnagriai/devnagriai-translate-mcp API_KEY="your_devnagri_api_key"

Available Tools via MCP:

| Tool | Description |
| -------------------------- | ------------------------------------------ |
| translate | Translate text between supported languages |
| detect_language | Detect the language of given text |
| list_supported_languages | List all available languages |

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.