Discord Forum
FreeNot checkedEnables posting and managing topics in Discord forum channels, including creating posts, replying, listing posts, and retrieving messages.
About
Enables posting and managing topics in Discord forum channels, including creating posts, replying, listing posts, and retrieving messages.
README
MCP server for posting and managing topics in Discord forum channels.
Usage
Add to your MCP client config (e.g. ~/.kiro/settings/mcp.json):
{
"mcpServers": {
"discord-forum": {
"command": "npx",
"args": ["-y", "mcp-discord-forum"],
"env": {
"DISCORD_BOT_TOKEN": "your-bot-token-here"
},
"disabled": false,
"autoApprove": [
"create_forum_post",
"reply_to_forum_post",
"list_forum_posts",
"get_forum_post_messages",
"list_forum_tags"
]
}
}
}
Tools
| Tool | Description |
|---|---|
create_forum_post |
Create a new post (thread) in a forum channel |
reply_to_forum_post |
Reply to an existing forum post |
list_forum_posts |
List active posts in a forum channel |
get_forum_post_messages |
Get messages from a forum post |
list_forum_tags |
List available tags in a forum channel |
Setup — Creating the Discord Bot
Create the application:
- Go to discord.com/developers/applications
- Click New Application, give it a name and confirm
- In the sidebar, click Bot
- Click Reset Token → copy the generated token (use it as
DISCORD_BOT_TOKEN)
Enable intents:
5. On the same Bot page, scroll to Privileged Gateway Intents
6. Enable Message Content Intent
7. Save changes
Invite the bot to your server:
8. In the sidebar, click OAuth2 → URL Generator
9. Under Scopes, check: bot
10. Under Bot Permissions, check:
- View Channels
- Send Messages
- Send Messages in Threads
- Create Public Threads
- Read Message History
11. Copy the generated URL at the bottom, open it in the browser and select your server
Grant access to the forum channel:
12. In Discord, right-click the forum channel → Edit Channel → Permissions
13. Add the bot and make sure the permissions above are allowed
Finding Channel IDs
Enable Developer Mode in Discord (Settings → Advanced → Developer Mode), then right-click any channel and select Copy Channel ID.
Install Discord Forum in Claude Desktop, Claude Code & Cursor
unyly install mcp-discord-forumInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add mcp-discord-forum -- npx -y mcp-discord-forumFAQ
Is Discord Forum MCP free?
Yes, Discord Forum MCP is free — one-click install via Unyly at no cost.
Does Discord Forum need an API key?
No, Discord Forum runs without API keys or environment variables.
Is Discord Forum hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Discord Forum in Claude Desktop, Claude Code or Cursor?
Open Discord Forum on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Gmail
Read, send and search emails from Claude
by GoogleSlack
Send, search and summarize Slack messages
by SlackRunbear
No-code MCP client for team chat platforms, such as Slack, Microsoft Teams, and Discord.
Discord Server
A community discord server dedicated to MCP by [Frank Fiegel](https://github.com/punkpeye)
Compare Discord Forum with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All communication MCPs
