Discord Mcp Server avatar
Discord Mcp Server

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Discord Mcp Server

Discord Mcp Server

Connect your AI assistant directly to Discord and automate messages, roles, and moderation without building or hosting custom bots.

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

goodboycoder

goodboycoder

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

6 days ago

Last modified

Share

Discord MCP Server

Connect your AI assistant directly to Discord and automate messages, roles, and moderation — without building or hosting custom bots.

Discord MCP Server is a ready‑to‑use Model Context Protocol (MCP) server that lets AI tools control Discord servers through a simple, secure interface. It runs on Apify, so you get reliability, scaling, and security out of the box.


What You Can Do

With Discord MCP Server, your AI assistant can:

  • 📨 Send messages to Discord channels
  • 📖 Read conversations and recent message history
  • 👥 View members and roles
  • 🎭 Automatically manage roles
  • 🔍 Monitor channels for activity
  • 🛡️ Moderate content using simple rules

No backend servers. No bot hosting. Just connect and automate.


Who This Is For

  • AI developers building Discord‑connected assistants
  • Community managers automating moderation and engagement
  • Customer support teams running AI support in Discord
  • Businesses & creators managing Discord communities at scale

Why Use Discord MCP Server

🚀 Zero Infrastructure

Runs entirely on Apify. No servers to deploy, scale, or maintain.

🤖 Built for AI

Designed specifically for MCP‑compatible clients like Cursor, Claude Desktop, Windsurf, and VS Code.

🔒 Secure by Design

  • Uses your own Discord bot
  • Access limited by Discord permissions
  • Runs with Apify‑managed security

💸 Simple, Pay‑Per‑Use Pricing

Pay only when the Actor runs. No subscriptions or long‑term commitments.


How It Works (Simple)

  1. You provide a Discord bot token and server ID
  2. The Actor runs securely on Apify
  3. Your AI assistant connects via MCP and controls Discord

Pay‑Per‑Event Pricing

Discord MCP Server uses simple, transparent pay‑per‑event pricing. You only pay for the actions your AI actually performs. There are no subscriptions and no minimum commitments.

ActionDescriptionPrice (USD)
Send MessageSend a message to a Discord channel$0.01
Get MessagesFetch messages from a channel$0.005
List ChannelsList all channels in a server$0.002
List MembersList server members$0.005
List RolesList available roles$0.002
Add RoleAdd a role to a user$0.01
Remove RoleRemove a role from a user$0.01

💡 Tip: Most users spend only a few dollars per month, even with daily automation.


Connect Your MCP Client

Then connect to the Actor endpoint with your MCP client:

https://me--discord-mcp-server.apify.actor/mcp

This Actor uses the Streamable HTTP transport.

Authentication

When connecting, pass your Apify API token in the request headers:

Authorization: Bearer <YOUR_APIFY_API_TOKEN>

Example MCP Client Configuration

Use the same configuration format for Claude Desktop, Cursor, Windsurf, or any MCP‑compatible client.

{
"mcpServers": {
"discord-mcp-server": {
"transport": "http",
"url": "https://me--discord-mcp-server.apify.actor/mcp?token=your-apify-api-token"
}
}
}

What Data It Can Access

The Actor only accesses data from servers where your bot is invited and permitted:

  • Messages (read & send)
  • Channels (read)
  • Members (read)
  • Roles (read & manage)

You remain fully in control through Discord permissions.


Setup Requirements

1️⃣ Required Environment Variables

Before running the Actor, add the following environment variables in the Actor settings:

  • DISCORD_BOT_TOKEN Your Discord bot token from the Discord Developer Portal. 👉 Set this as a secret environment variable for security.

  • DISCORD_GUILD_ID Your Discord server (guild) ID. 👉 Right-click the server icon → Copy ID (Developer Mode must be enabled in Discord settings).


2️⃣ Required Discord Privileged Intents

In the Discord Developer Portal → Bot → Privileged Gateway Intents, enable:

  • Server Members Intent
  • Message Content Intent

These intents are required for reading messages, listing members, and enabling AI-driven moderation. Without them, the bot will not function correctly.


Get Started

Deploy the Actor, connect your MCP client, and start automating your Discord server with AI in minutes.


Built with ❤️ by goodboycoder