sarvam-mcp-server
by Shobhit-Nagpal·★ 12·Score 36
MCP server for Sarvam API integration, providing language processing tools for Indian languages.
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:
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 READMElanguage-identificationIdentifies language and script of input text
text-analyticsPerforms comprehensive text analysis and answers questions
translate-textTranslates text between languages with various options
transliterate-textConverts text between different scripts with options
Comparable tools
Installation
Installation
- Install via npm:
npm install sarvam-mcp-server
- 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"
}
}
}
}- 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
Last updated · Auto-generated from public README + GitHub signals.