mcp-discord-forum
Allows creating, replying to, and managing forum posts in Discord forum channels.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-discord-forumcreate a forum post in #general about new feature request"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-discord-forum
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"
]
}
}
}Related MCP server: MCP-Discord
Tools
Tool | Description |
| Create a new post (thread) in a forum channel |
| Reply to an existing forum post |
| List active posts in a forum channel |
| Get messages from a forum post |
| List available tags in a forum channel |
Setup — Creating the Discord Bot
Create the application:
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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/LucasMonteiro1/mcp-discord-forum'
If you have feedback or need assistance with the MCP directory API, please join our Discord server