discord-selfbot-mcp
by Microck
Overview
Automate Discord user actions and interactions through an AI agent, leveraging a wide range of tools for comprehensive user autonomy.
Installation
npx discord-selfbot-mcpEnvironment Variables
- DISCORD_TOKEN
- DANGER_MODE
- MAX_RETRIES
- RATE_LIMIT_CONCURRENCY
- LOG_LEVEL
- ALLOW_DMS
- ALLOW_RELATIONSHIPS
- ALLOW_VOICE
- REDACT_CONTENT
- ALLOWED_GUILDS
- CAPTCHA_SERVICE
- CAPTCHA_API_KEY
- CAPTCHA_RETRY_LIMIT
Security Notes
The primary security concern is the inherent nature of a 'selfbot', which violates Discord's Terms of Service and carries a significant risk of account termination. The setup process involves handling a Discord user token, which grants full access to the account, requiring careful management by the user. Optional integration with third-party captcha-solving services (CapSolver, CapMonster, NopeCHA) means sending captcha-related data to external APIs, which is a privacy consideration. The `download_attachment` tool allows downloading files to the local filesystem, which could be a vector for malicious files if the AI is instructed to download untrusted content to sensitive locations. The code base itself uses Zod for input validation and has a `DANGER_MODE` setting for sensitive relationship actions, indicating an attempt at internal safety, but these do not mitigate the fundamental risks of selfbotting or user-directed malicious actions.
Similar Servers
mcp-discord
Enables AI assistants to interact with the Discord platform by providing a set of Discord-related functionalities via the Model Context Protocol (MCP).
skillz
Skillz enables AI agents to dynamically build, manage, and execute custom tools at runtime using WebAssembly and scripts, with features like persistent memory, Docker service orchestration, and external MCP server integration.
discord-agent-mcp
AI-powered management and automation of Discord servers, enabling natural language control over channels, roles, moderation, and events.
my-server-mcp
Integrates Jira Cloud and Discord with GitHub Copilot via an MCP server to automate development tasks and provide context to AI agents.