MCP Catalogs
Home

time vs discord-mcp

Side-by-side comparison to help you pick between these two MCP servers.

time
by modelcontextprotocol
discord-mcp
by SaseQ
Stars★ 85,748★ 310
30d uses
Score7751
Official
Categories
ProductivityDeveloper ToolsCommunication
CommunicationDeveloper ToolsProductivity
LanguageTypeScriptJava
Last committhis month1 mo ago

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

discord-mcp · Summary

A Java-based MCP server that enables AI assistants to interact with Discord via comprehensive channel, message, and user management tools.

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

discord-mcp · Use cases

  • AI-powered Discord bot that can automatically respond to messages or moderate content
  • Integration between Discord and other systems for automated notifications and workflows
  • AI assistants that can monitor Discord channels and provide insights or summaries of discussions

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"]
    }
  }
}

discord-mcp · Install

Docker Installation (Recommended)

  1. Set environment variables:
export DISCORD_TOKEN="YOUR_DISCORD_BOT_TOKEN"
export DISCORD_GUILD_ID="OPTIONAL_DEFAULT_SERVER_ID"
export SPRING_PROFILES_ACTIVE=http
  1. Run the Docker container:
docker run -d -i \
  --name discord-mcp \
  --restart unless-stopped \
  -p 8085:8085 \
  -e SPRING_PROFILES_ACTIVE \
  -e DISCORD_TOKEN \
  -e DISCORD_GUILD_ID \
  saseq/discord-mcp:latest

Claude Desktop Connection

{
  "mcpServers": {
    "discord-mcp": {
      "url": "http://localhost:8085/mcp"
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.