1. Conduid
  2. Developer Tools
  3. Sarvam MCP Server
MCP server · Developer Tools

Sarvam MCP Server

talk to sarvam APIs directly, without code.

59Fair

Scored 3 months ago · breakdown

About Sarvam MCP Server

Sarvam MCP Server is an MCP server published by Shobhit-Nagpal in the Developer Tools category: talk to sarvam APIs directly, without code. It has been installed 0 times through Conduid.

The repository has 13 stars and 2 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx sarvam-mcp-server

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Sarvam MCP Server

Powered by Claude · Grounded in docs

I know everything about Sarvam MCP Server. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

Sarvam MCP Server

An MCP server implementation that integrates the Sarvam API, providing comprehensive text processing capabilities for Indian languages.

Features

  • Language Identification: Detect language and script of input text (e.g., en-IN, hi-IN, Latin, Devanagari)
  • Text Analytics: Perform deep analysis and answer specific questions about text content
  • Text Translation: Translate between languages with speaker gender, mode, and script controls
  • Smart Processing: Support for numerals format, spoken form, and custom processing options

Tools

  • language-identification

    • Identifies language and script of input text
    • Inputs:
      • input (string): Text to identify language and script
  • text-analytics

    • Performs comprehensive text analysis
    • Inputs:
      • text (string): Text to analyze
      • questions (string[]): Array of questions to answer about the text
  • translate-text

    • Translates text between languages
    • Inputs:
      • input (string): Text to translate
      • source_language_code (string): Source language code
      • target_language_code (string): Target language code
      • speaker_gender (string, optional): Speaker's gender
      • mode (string, optional): Translation mode
      • model (string, optional): Translation model
      • enable_processing (boolean, optional): Enable additional processing
      • output_script (string, optional): Target script
      • numerals_format (string, optional): Format for numerals
  • transliterate-text

    • Converts text between different scripts
    • Inputs:
      • input (string): Text to transliterate
      • source_language_code (string): Source language code
      • target_language_code (string): Target language code
      • numerals_format (string, optional): Format for numerals
      • spoken_form (boolean, optional): Enable spoken form
      • spoken_form_numerals_language (string, optional): Language for spoken numerals

Configuration

Getting an API Key

  1. Sign up for a Sarvam API account
  2. Generate your API key from the developer dashboard

Usage with Claude Desktop

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "sarvam": {
      "command": "npx",
      "args": [
        "-y",
        "sarvam-mcp-server"
      ],
      "env": {
        "SARVAM_API_KEY": "YOUR_API_KEY_HERE"
      }
    }
  }
}

NPM Package

The package is available on npm as sarvam-mcp-server. Install it using:

npm install sarvam-mcp-server

Usage with Docker

The server is available as a Docker image at shbhtngpl/sarvam-mcp-server.

  1. Pull the image:
docker pull shbhtngpl/sarvam-mcp-server
  1. Run the container:
docker run -i --rm -e SARVAM_API_KEY=your_api_key_here shbhtngpl/sarvam-mcp-server

For Claude Desktop integration, use this configuration in your claude_desktop_config.json:

{
  "mcpServers": {
    "sarvam": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "SARVAM_API_KEY",
        "shbhtngpl/sarvam-mcp-server"
      ],
      "env": {
        "SARVAM_API_KEY": "YOUR_API_KEY_HERE"
      }
    }
  }
}

Development

Local Development

  1. Clone the repository:
git clone https://github.com/Shobhit-Nagpal/sarvam-mcp-server.git
cd sarvam-mcp-server
  1. Install dependencies:
npm install
  1. Run the server:
npm start

License

This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.

README mirrored from the source repository 3 months ago. The original is authoritative.

Questions

About Sarvam MCP Server

How do I install Sarvam MCP Server?

Run npx sarvam-mcp-server, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Sarvam MCP Server safe to use with an AI agent?

Its trust score is 59 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Sarvam MCP Server still maintained?

The last commit was a year ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.