Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Mcp Discord

    MCP server for discord bot Python-based implementation.

    127 stars
    Python
    Updated Oct 18, 2025

    Table of Contents

    • Available Tools
    • Server Information
    • Message Management
    • Channel Management
    • Role Management
    • Installation
    • If using Python 3.13+ - install audioop library: uv pip install audioop-lts
    • Installing via Smithery
    • License

    Table of Contents

    • Available Tools
    • Server Information
    • Message Management
    • Channel Management
    • Role Management
    • Installation
    • If using Python 3.13+ - install audioop library: uv pip install audioop-lts
    • Installing via Smithery
    • License

    Documentation

    Discord MCP Server

    smithery badge

    A Model Context Protocol (MCP) server that provides Discord integration capabilities to MCP clients like Claude Desktop.

    Available Tools

    Server Information

    • list_servers: List available servers
    • get_server_info: Get detailed server information
    • get_channels: List channels in a server
    • list_members: List server members and their roles
    • get_user_info: Get detailed information about a user

    Message Management

    • send_message: Send a message to a channel
    • read_messages: Read recent message history
    • add_reaction: Add a reaction to a message
    • add_multiple_reactions: Add multiple reactions to a message
    • remove_reaction: Remove a reaction from a message
    • moderate_message: Delete messages and timeout users

    Channel Management

    • create_text_channel: Create a new text channel
    • delete_channel: Delete an existing channel

    Role Management

    • add_role: Add a role to a user
    • remove_role: Remove a role from a user

    Installation

    1. Set up your Discord bot:

    • Create a new application at Discord Developer Portal
    • Create a bot and copy the token
    • Enable required privileged intents:
    • MESSAGE CONTENT INTENT
    • PRESENCE INTENT
    • SERVER MEMBERS INTENT
    • Invite the bot to your server using OAuth2 URL Generator

    2. Clone and install the package:

    bash
    # Clone the repository
    git clone https://github.com/hanweg/mcp-discord.git
    cd mcp-discord
    
    # Create and activate virtual environment
    uv venv
    .venv\Scripts\activate # On macOS/Linux, use: source .venv/bin/activate
    
    ### If using Python 3.13+ - install audioop library: `uv pip install audioop-lts`
    
    # Install the package
    uv pip install -e .

    3. Configure Claude Desktop (%APPDATA%\Claude\claude_desktop_config.json on Windows, ~/Library/Application Support/Claude/claude_desktop_config.json on macOS):

    json
    "discord": {
          "command": "uv",
          "args": [
            "--directory",
            "C:\\PATH\\TO\\mcp-discord",
            "run",
            "mcp-discord"
          ],
          "env": {
            "DISCORD_TOKEN": "your_bot_token"
          }
        }

    Installing via Smithery

    To install Discord Server for Claude Desktop automatically via Smithery:

    bash
    npx -y @smithery/cli install @hanweg/mcp-discord --client claude

    License

    MIT License - see LICENSE file for details.

    Similar MCP

    Based on tags & features

    • VI

      Video Editing Mcp

      Python·
      218
    • AS

      Aseprite Mcp

      Python·
      92
    • IS

      Isaac Sim Mcp

      Python·
      83
    • PL

      Playwright Plus Python Mcp

      Python·
      154

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • VI

      Video Editing Mcp

      Python·
      218
    • AS

      Aseprite Mcp

      Python·
      92
    • IS

      Isaac Sim Mcp

      Python·
      83
    • PL

      Playwright Plus Python Mcp

      Python·
      154

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k