7 months ago
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.
Overview
@devnagriai/devnagriai-translate-mcp is a JavaScript-based MCP (Model Context Protocol) server that offers translation, language detection, and supported language listing through Devnagri AI APIs, focusing on Indic languages.
It is ideal for integration with AI tools like Claude, GPT, Windsurf, and Cursor. The server is designed for fast integration via the MCP protocol and supports flexible deployment through NPX or local setup.
Server Config
{
"mcpServers": {
"devnagri-translation": {
"command": "npx",
"args": [
"@devnagriai/devnagriai-translate-mcp",
"API_KEY=\"your_devnagri_api_key\""
]
}
}
}