Back to MCP Servers

Summarizer

AI Summarization MCP Server, Support for multiple content types: Plain text, Web pages, PDF documents, EPUB books, HTML content

knowledge-memoryai

Installation

npx -y mcp-summarizer

Configuration

{
  "mcpServers": {
    "mcp-summarizer": {
      "command": "npx",
      "args": ["-y", "mcp-summarizer"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub