MCP Catalogs
Home

mcp-discord vs time

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

mcp-discord
by barryyip0625
time
by modelcontextprotocol
Stars★ 84★ 85,748
30d uses
Score4877
Official
Categories
CommunicationDeveloper ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last committhis monththis month

mcp-discord · Summary

A complete MCP server for Discord integration, enabling AI assistants to manage servers, channels, messages, roles, and more.

time · Summary

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

mcp-discord · Use cases

  • Automating Discord server management and moderation tasks
  • Creating AI-powered Discord bots that can interact with channels and users
  • Building custom integrations between Discord and other AI 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

mcp-discord · Install

Installation

NPM

npx mcp-discord --config ${DISCORD_TOKEN}

Docker

docker pull barryy625/mcp-discord:latest
docker run -e DISCORD_TOKEN=your_discord_bot_token -p 8080:8080 barryy625/mcp-discord:latest

Claude Desktop Configuration

{
    "mcpServers": {
        "discord": {
            "command": "node",
            "args": [
                "path/to/mcp-discord/build/index.js"
            ],
            "env": {
                "DISCORD_TOKEN": "your_discord_bot_token"
            }
        }
    }
}

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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.