time vs slackdump
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | slackdump by rusq | |
|---|---|---|
| Stars | ★ 85,748 | ★ 2,587 |
| 30d uses | — | — |
| Score | 77 | 55 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | CommunicationDeveloper ToolsAI / LLM Tools |
| Language | TypeScript | Go |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
slackdump · Summary
Slackdump MCP server provides tools to analyze Slack archives without admin privileges.
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
slackdump · Use cases
- Analyze Slack archive data using AI agents without admin access
- Export and migrate Slack workspace data for archiving purposes
- Integrate Slack data analysis into AI workflows using the MCP protocol
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"]
}
}
}slackdump · Install
- Install Slackdump:
``shell brew install slackdump ``
- Create a new MCP project:
``shell slackdump mcp -new opencode ~/my-slack-project ``
- For Claude Desktop, add this to your config.json:
``json { "mcpServers": { "slackdump": { "command": "slackdump", "args": ["mcp"] } } } ``