Skip to main content
Clone ID: discord REST-first clone built for the bot workflows developers actually automate: reading guild state, managing channels and messages, running webhook flows, working with threads, and handling interaction responses.

Start here

Available tools

Notes

  • Discord doesn’t expose an official MCP surface for bot operations, so the clone is REST-first. Test code typically talks to discord.com/api/v10 with fetch, discord.js REST, or another HTTP client.
  • The clone enforces workflow semantics rather than literal fixture text. Custom seeds can rename channels, roles, and messages freely.
  • Route-mode archal/vitest is supported.