About This Project

Dis.gg MCP is a public Discord MCP service for safe access to Discord from external clients.

Why It Exists #

Most Discord MCP projects are built around a single token and a small set of read or write actions. This service is designed for broader REST coverage, request-time restrictions, and multi-tenant operation.

What The Service Does #

The service sits between an MCP client and the Discord API.

It helps you:

  • call Discord through a stable MCP surface,
  • restrict what a client is allowed to do,
  • keep high-impact controls explicit.

What It Does Not Do #

The service does not replace your own application logic.

You still need to decide:

  • who is allowed to call the Dis.gg MCP service,
  • which tools are appropriate for your use case,
  • how you validate user intent,
  • what you store or retain in your own product.

For more information about data handling, see the Privacy Policy.