Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ’ฌ Communication
  3. Discord MCP
Discord MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/6/2026, 9:47:42 PM

Discord MCP

User RatingsBe the first to rate and review this MCP server!
View Repository475 GitHub StarsTotal stargazers on GitHub for the source repository (475 stars).Visit Website
discordcommunicationmessagingmcp

Connects MCP-compatible AI clients to Discord for server lookups, channel management, user ID lookup, and messaging.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "saseq-discord-mcp": {
      "command": "docker",
      "args": [
        "run",
        "discord-mcp",
        "unless-stopped",
        "8085:8085",
        "SPRING_PROFILES_ACTIVE",
        "DISCORD_TOKEN",
        "DISCORD_GUILD_ID",
        "saseq/discord-mcp:latest"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ’ฌ More in Communication

Overview

The saseq/discord-mcp MCP server exposes Discord API operations to MCP-compatible AI clients through a JDA-based service. It runs as a Docker container with a Discord bot token and provides an HTTP MCP endpoint at http://localhost:8085/mcp. Supported operations include retrieving server information, managing channels, resolving usernames to IDs, and sending messages. Reach for it when an agent needs to inspect or act on a Discord server from tools such as Claude Desktop or Cursor.

Use cases

โ€ขRetrieve Discord server information for an agent workflow
โ€ขSend messages to Discord channels
โ€ขLook up guild user IDs for mentions
โ€ขSend private Discord messages
โ€ขManage Discord channels through an MCP client

Key features

โ€ขDiscord API access through JDA
โ€ขHTTP MCP endpoint on port 8085
โ€ขServer information lookup
โ€ขUsername-to-user-ID lookup
โ€ขChannel management and message sending
โ€ขPrivate messaging

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Discord MCP.

Extracted Tool Capabilities
Discord API access through JDA
HTTP MCP endpoint on port 8085
Server information lookup
Username-to-user-ID lookup
Channel management and message sending
Private messaging

How Discord MCP works

What the saseq/discord-mcp MCP server does

The saseq/discord-mcp MCP server connects MCP-compatible applications to the Discord API through a Discord bot. It is intended for agent workflows that need to read server information or perform Discord actions without implementing Discord API calls in the client.

The documented functionality includes retrieving detailed information about a Discord server, managing channels, sending messages, looking up a user's Discord ID by username within a guild, and sending private messages to a specific user. The available operations depend on the permissions granted to the configured bot and the Discord environment where it is installed.

How it works

The application is implemented with JDA, the Java Discord API library. The recommended deployment runs one Docker container in HTTP mode. That container exposes the MCP endpoint at http://localhost:8085/mcp, which MCP clients can use as a shared connection.

A legacy stdio mode is also documented. In that setup, a client starts the Docker image as a process and communicates through standard input and output. HTTP mode is described as the preferred singleton arrangement because multiple clients can connect to the same running service.

The Discord bot authenticates with DISCORD_TOKEN. DISCORD_GUILD_ID is optional and supplies a default server ID, allowing tools that accept a guildId parameter to omit it.

Setup and configuration

Docker is the recommended installation path. Set the bot token and activate the HTTP Spring profile before starting the container:

server.ts
export DISCORD_TOKEN="your-bot-token"
export SPRING_PROFILES_ACTIVE=http
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

The image uses port 8085 for the MCP endpoint. The service also exposes an Actuator health URL at http://localhost:8085/actuator/health.

For a source-based installation, clone the repository, run mvn clean package, and launch the resulting JAR with the Discord token and HTTP profile configured. Docker Compose is another documented option and builds the project from the cloned repository.

Clients can connect using the HTTP URL. Cursor and Claude Desktop are documented integrations; Claude Desktop can also launch the image in legacy stdio mode. Remote Claude Desktop connectors require a publicly reachable HTTPS endpoint rather than a localhost URL.

Tools and capabilities

The saseq/discord-mcp MCP server documents these tool groups and operations:

  • Server information: retrieve detailed Discord server information with get_server_info.
  • User management: resolve a username to a guild user ID with get_user_id_by_name.
  • Private messaging: send a direct message with send_private_message.
  • Discord administration and communication: manage channels and send messages, as described in the project documentation.

The DISCORD_GUILD_ID default can reduce repeated guild ID arguments, but it is not required when a tool receives the guild ID directly.

Limitations and notes

The server requires a Discord bot token and appropriate Discord permissions. The material does not specify the full permission matrix, supported channel operations, or the complete tool list, so those details should be confirmed against the repository before production use.

A localhost endpoint is available only to clients that can reach the host running the container. For remote clients, the endpoint must be exposed through an appropriate public HTTPS setup. Claude Desktop's remote connector configuration is managed in its Connectors interface rather than its local configuration file.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Communication View all alternatives
  • MCP Discord Bridge logoMCP Discord Bridge

    Discord MCP server with 46 tools for channels, messages, forums, webhooks, members, roles, threads, and moderation. Zero-install via npx -y mcp-discord-bridge. Also runs as a standalone bot with slash commands.

    ๐Ÿ’ฌ Communication1 views
    Compare vs MCP Discord Bridge โ†’
  • Telegram MCP logoTelegram MCP

    Telegram API integration for accessing user data, managing dialogs (chats, channels, groups), retrieving messages, and handling read status

    ๐Ÿ’ฌ Communication2 views
    Compare vs Telegram MCP โ†’
  • Line Bot MCP Server logoLine Bot MCP Server
    Verified

    MCP Server for Integrating LINE Official Account

    ๐Ÿ’ฌ Communication3 views
    Compare vs Line Bot MCP Server โ†’
  • Omnicord logoOmnicord

    Hands your AI an entire Discord server: 148 tools covering chat, moderation, automod, events, and full administration, up to building a complete community server from one paragraph. One-command guided setup, and every destructive action previews and waits for your confirmation.

    ๐Ÿ’ฌ Communication8 views
    Compare vs Omnicord โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
475
Stargazers on the source repository.
Last commit
4mo ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Discord MCP

Set DISCORD_TOKEN and SPRING_PROFILES_ACTIVE=http, then run the saseq/discord-mcp:latest Docker image with port 8085 exposed.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewDiscord MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/saseq-discord-mcp?style=directory)](https://allmcps.com/mcp/saseq-discord-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/saseq-discord-mcp"><img src="https://allmcps.com/api/badge/saseq-discord-mcp?style=directory" alt="Discord MCP on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ’ฌCommunication
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeDocker
AuthAPI key
LicenseMIT
ClientsClaude Desktop, Cursor
Last updatedSep 7, 2026
2/4 checks healthy over the last 32d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars475
GitHub Star CountTotal stargazers on GitHub representing community popularity (475 stars).
Last commit4mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Apr 25, 2026
52Quality signal: Good ยท 52/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools23/30
Adoption & activity6/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

โ˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ’ฌ Communication โ†’Best MCP servers for Slack & Communication โ†’Alternatives to Discord MCP โ†’Install in Claude DesktopInstall in CursorInstall in VS Code