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
By 0xshellming
Installation
npx -y mcp-summarizerConfiguration
{
"mcpServers": {
"mcp-summarizer": {
"command": "npx",
"args": ["-y", "mcp-summarizer"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes