mcp-summarization-functions vs time
Side-by-side comparison to help you pick between these two MCP servers.
mcp-summarization-functions by Braffolk | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 37 | ★ 85,748 |
| 30d uses | — | — |
| Score | 41 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 11 mo ago | this month |
mcp-summarization-functions · Summary
MCP server providing intelligent text summarization for AI agents to optimize context usage.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-summarization-functions · Use cases
- Helping AI agents avoid context window overflow when processing large file contents or command outputs
- Optimizing AI performance by replacing verbose responses with focused summaries
- Providing multi-format summaries (text, JSON, markdown, outline) for different analysis needs
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
mcp-summarization-functions · Install
Installing via Smithery
For Claude Desktop:
npx -y @smithery/cli install mcp-summarization-functions --client claudeManual Installation
- Install the package:
npm i mcp-summarization-functions- Add to your MCP configuration:
{
"mcpServers": {
"MUST_USE_summarization": {
"command": "node",
"args": ["path/to/summarization-functions/build/index.js"],
"env": {
"PROVIDER": "ANTHROPIC",
"API_KEY": "your-api-key",
"MODEL_ID": "claude-3-5-sonnet-20241022",
"MCP_WORKING_DIR": "default_working_directory"
}
}
}
}time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}