D

Discord

Integrates with Discord's API to provide server management capabilities including messaging, moderat...

2 views
0 installs
Updated Nov 3, 2025
Not audited
Integrates with Discord's API to provide server management capabilities including messaging, moderation, role management, event scheduling, and community administration through 46+ specialized tools with robust error handling and deployment support.
  1. Go to the Discord Developer Portal
    Open https://discord.com/developers/applications in your web browser.

  2. Create a New Application

    • Click the "New Application" button.
    • Enter a name for your bot and confirm the creation.
  3. Add a Bot to the Application

    • In the sidebar, select the "Bot" section.
    • Click "Add Bot" and confirm the action.
  4. Get the Bot Token

    • In the "Bot" section, click "Reset Token" to generate a new token.
    • Copy the token that is shown—keep it secure, as it acts like a password for your bot.
  5. Enable Required Bot Intents

    • Still in the "Bot" section, scroll down to Privileged Gateway Intents.
    • Enable at least the following:
      • Server Members Intent (required)
      • Message Content Intent (required)
      • Presence Intent (optional, for advanced features)
  6. Invite the Bot to Your Server

    • In the sidebar, go to the "OAuth2" → "URL Generator" section.
    • Under scopes, select bot and applications.commands.
    • Under bot permissions, choose the permissions your bot will need (e.g., Manage Channels, Send Messages, etc.; or Administrator for full access).
    • Copy and open the generated invite URL in your browser.
    • Select your Discord server and click Authorize.
  7. Fill in the Environment Variable in FastMCP

    • In the FastMCP connection interface, use the Install Now button to add a new environment variable.
    • Set DISCORD_TOKEN to the token you copied in step 4.

Your Discord bot is now ready for integration!

Quick Start

View on GitHub

More for Communication

View All →

More for Automation

View All →

Similar MCP Servers

Report Issue

Thank you! Your issue report has been submitted successfully.