mcp-server-multilingual-document-summarizer

gt-nids11/mcp-server-multilingual-document-summarizer
★ 0 stars Unknown language AI/LLM Updated 7d ago
An Model Context Protocol(MCP)-powered multilingual document summarization system that extracts text from PDFs, detects Indian languages, and generates concise summaries using NLP and mT5 transformer models
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-multiling": {
      "command": "npx",
      "args": [
        "-y",
        "gt-nids11/mcp-server-multilingual-document-summarizer"
      ]
    }
  }
}