MCP Catalogs
Home

sarvam-mcp-server

by Shobhit-Nagpal·12·Score 36

MCP server for Sarvam API integration, providing language processing tools for Indian languages.

ai-llmtranslationdeveloper-tools
3
Forks
1
Open issues
11 mo ago
Last commit
2d ago
Indexed

Overview

The Sarvam MCP server provides comprehensive text processing capabilities specifically tailored for Indian languages. It offers language identification, text analytics, translation, and transliteration tools through a clean MCP interface. The server is implemented in TypeScript and provides clear documentation for each tool's parameters and usage patterns.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Processing multilingual content containing Indian languages
you:Translating text between Indian languages with cultural context preservation
you:Analyzing and extracting insights from Hindi or other regional language text
you:What is Sarvam MCP Server?
you:How do I get an API key?

When to choose this

Choose this server when working with Indian languages and need text processing capabilities without writing code.

When NOT to choose this

Avoid if you need language support outside of Indian languages or require features not provided by the Sarvam API.

Tools this server exposes

4 tools extracted from the README
  • language-identification

    Identifies language and script of input text

  • text-analytics

    Performs comprehensive text analysis and answers questions

  • translate-text

    Translates text between languages with various options

  • transliterate-text

    Converts text between different scripts with options

Comparable tools

deepseek-r1-mcpgoogle-translate-mcpmcp-local-translation

Installation

Installation

  1. Install via npm: npm install sarvam-mcp-server
  1. Configure Claude Desktop by adding this to your claude_desktop_config.json:
{
  "mcpServers": {
    "sarvam": {
      "command": "npx",
      "args": [
        "-y",
        "sarvam-mcp-server"
      ],
      "env": {
        "SARVAM_API_KEY": "YOUR_API_KEY_HERE"
      }
    }
  }
}
  1. Or use Docker: docker run -i --rm -e SARVAM_API_KEY=your_api_key_here shbhtngpl/sarvam-mcp-server

FAQ

What is Sarvam MCP Server?
It's an MCP server implementation that provides access to Sarvam API's language processing tools through the Model Context Protocol.
How do I get an API key?
Sign up for a Sarvam API account and generate your API key from the developer dashboard.

Compare sarvam-mcp-server with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.