The Discord MCP server enables AI agents to interact with Discord, sending and receiving messages, managing channels, and handling user interactions. It connects to the Discord API, allowing agents to automate moderation, respond to user queries, and integrate with Discord communities. Developers use it to build chatbots, automate workflows, and enhance community engagement.
The Discord MCP server enables AI agents to interact with Discord, sending and receiving messages, managing channels, and handling user interactions. It connects to the Discord API, allowing agents to automate moderation, respond to user queries, and integrate with Discord communities. Developers use it to build chatbots, automate workflows, and enhance community engagement.
npx -y discord-mcp-serverAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"v-3-discordmcp-github": {
"command": "npx",
"args": [
"-y",
"npx -y discord-mcp-server"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from discordmcp?"
API Key Required
This server requires an API key from discordmcp. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| DISCORDMCP_API_KEY | Yes | Your discordmcp API key |
"What resources are available in discordmcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in discordmcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in discordmcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.