Connect a Discord bot (bot token from the developer portal) to read/send messages, list guilds and c
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
One-click editor setup isn’t available for this listing yet — we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.
Conecte um bot Discord (token de bot do developer portal) para ler/enviar mensagens, listar servidores e canais, reagir, mandar DMs e gerenciar mensagens via a API REST oficial (discord.com/api/v10). Guild ID opcional define o servidor padrão usado por tools como list_channels e list_guild_members.
English version · Documentação completa · Skill pra agentes
A Anthropic unificou a instalação de MCPs em claude.ai/customize/connectors. O mesmo link serve pra Claude Web e Claude Desktop (basta estar logado):
Manual (se o deeplink não abrir): claude.ai/customize/connectors → + → Adicionar conector personalizado → cole Nome Discord e URL https://api.mcp.ai/p_discord.
Funciona em qualquer cliente MCP que suporte MCP over HTTP. A URL do servidor é sempre:
Detalhes por cliente: INSTALL.md.
| Tool | Descrição |
|---|---|
discord_list_accounts | List Discord bot connections linked to this install — id, label, default guild_id. |
discord_get_me | Return the bot's own user profile (id, username, discriminator, avatar, etc). |
discord_list_guilds | List the servers (guilds) the bot is a member of. |
discord_get_guild | Get one guild's metadata. Falls back to the connection's default guild_id. Bulk support: accepts guild_ids for batched execution. |
discord_list_channels | List channels in a guild. Falls back to the connection's default guild_id. Bulk support: accepts guild_ids for batched execution. |
discord_list_guild_members | List members of a guild. Requires the bot to have the Server Members intent enabled in the developer portal — may return 403 otherwise. Bulk support: accepts guild_ids for batched execution. |
discord_get_channel | Get a channel's metadata (type, name, topic, parent, permissions). |
discord_list_messages | Read recent messages from a channel (newest first). |
discord_get_message | Fetch a single message by id. Bulk support: accepts channel_ids, message_ids for batched execution. |
discord_get_user | Public profile of any Discord user by id. |
discord_send_message | Post a message to a channel. Provide content (text up to 2000 chars), embeds (rich JSON), or both. reply_to makes it a reply. Bulk support: accepts channel_ids for batched execution. |
discord_send_dm | Open a DM channel with a user and send them a message. |
discord_edit_message | Edit a previously-sent message (must be authored by this bot). |
discord_add_reaction | Add a reaction to a message. emoji is either unicode (e.g. 👍) or name:id for custom guild emoji. Bulk support: accepts channel_ids, message_ids for batched execution. |
discord_delete_message | Delete a message. Irreversible. Bot needs Manage Messages to delete messages authored by other users. Bulk support: accepts channel_ids, message_ids for batched execution. |
Detalhe de cada tool: docs/ferramentas.md
Grátis.
O servidor é open source? O servidor é proprietário (hosted). Este repositório é o wrapper público com manifestos, docs e skills — tudo MIT.
Posso usar com agente próprio (não Claude/Cursor)?
Sim — qualquer cliente que suporte MCP over HTTP. URL: https://api.mcp.ai/p_discord.
MIT — veja LICENSE. O servidor MCP em api.mcp.ai/p_discord é proprietário (hosted); este repositório (manifestos, docs, skills) é MIT.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/discord)<a href="https://allmcps.com/mcp/discord"><img src="https://allmcps.com/api/badge/discord?style=directory" alt="Discord on AllMCPs" /></a>