slack-mcp-server vs time
Side-by-side comparison to help you pick between these two MCP servers.
slack-mcp-server by korotovsky | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 1,603 | ★ 85,748 |
| 30d uses | — | — |
| Score | 56 | 77 |
| Official | — | ✓ |
| Categories | CommunicationDeveloper ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | Go | TypeScript |
| Last commit | this month | this month |
slack-mcp-server · Summary
A feature-rich MCP server for Slack with stealth mode, OAuth support, and comprehensive message management tools.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
slack-mcp-server · Use cases
- Integrating Slack conversations with AI assistants for contextual awareness
- Automating message monitoring and response workflows in Slack channels
- Extracting and analyzing historical Slack data for reporting or training purposes
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
slack-mcp-server · Install
Installation
- Install the Go package:
go install github.com/korotovsky/slack-mcp-server@latest- Configure with Claude Desktop (add to claude_desktop_config.json):
{
"mcpServers": {
"slack": {
"command": "slack-mcp-server",
"args": []
}
}
}- Set environment variables for authentication:
export SLACK_MCP_TOKEN="xoxc-your-token-here"For OAuth mode, set:
export SLACK_MCP_TOKEN="xoxp-your-oauth-token-here"To enable message posting, add:
export SLACK_MCP_ADD_MESSAGE_TOOL="true" # or specific channel IDstime · 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"]
}
}
}