general MCP Server
MCP Server for AI Summarization
Discovered via unknown and last synced 3mo ago.
1. Install the package
npx mcp-summarizer
2. Add to claude_desktop_config.json
{
"mcpServers": {
"mcp-summarizer": {
"command": "npx",
"args": [
"mcp-summarizer"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)
string
for web pages
(string, optional): Target language for the summary (default: "en")
(string, optional): Summary style ("concise", "detailed", "bullet-points")
encoded PDF
(number, optional): Maximum length of the summary in characters (default: 200)
file content
(string): Content type ("text", "url", "pdf", "epub")
(string | object): The input content to summarize. Can be:
(string, optional): Specific aspect to focus on in the summary