Back to Home
vab-labo icon

discord-mcp

Verified Safe

by vab-labo

Overview

This MCP server fetches messages from specified Discord channels, enabling an LLM to access and process Discord communication history.

Installation

Run Command
npx tsx src/index.ts

Environment Variables

  • DISCORD_BOT_TOKEN

Security Notes

The code appears secure. It properly validates input parameters using Zod, handles the Discord Bot Token via environment variables (DISCORD_BOT_TOKEN), and limits the number of messages fetched (1-100) to prevent excessive load. No 'eval' or other dangerous dynamic code execution patterns were found. Interactions are limited to the Discord API via the official `@discordjs/rest` library, reducing custom network attack surface. The bot requires 'Read Message History' permission, which is appropriate for its function.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens5000
Stars0
Forks0
Last Update2026-01-17

Tags

DiscordMCPCommunicationBotMessage Fetching