Deployment · Self-hosted

Let AI act as your Discord identity
One-click deployment, MCP / REST plug-and-play

Deploy a proxy for your Discord account: it holds your account token, stays online, and exposes your account's messaging, channel, and member management capabilities to any AI through MCP and REST. There is no AI in the container — it is called by your AI.

14+
MCP Tools / REST Interfaces
~5s
Cold Start
1:1
Independent Container per Tenant
MCP
Standard Protocol Access to Any AI

Core Capabilities

Hold your Discord account token and open up everything this account can do to AI.

Messaging

Send, reply, edit, delete messages to any channel or direct message, read history, search content.

Channels and Members

List servers, channels, members, create channels, add reactions, pin messages.

Direct Messages

Start 1:1 direct messages with any user and send messages as yourself.

Dual Channel

The same container provides both MCP (for AI calls) and REST (for program calls), with a single token authentication.

Your Identity

Driven by your own account token, messages are sent as yourself, not as a bot.

Independent Isolation

Each tenant has a dedicated lightweight container, with tokens encrypted and stored in an independent Kubernetes Secret.

Let your AI take over Discord

After deployment, you will receive an MCP endpoint and an access token. Configure them in any AI client that supports MCP (Claude, Cursor, your own Agent), and the AI will be able to send and receive messages and manage channels on your behalf in Discord—without writing a single line of integration code.

  • Standard MCP protocol, mainstream AI clients ready to use
  • REST interface for direct calls from scripts/automation
  • Authorization: Bearer token protection, only you can call
MCP Tool Examples
  • discord_send_message
  • discord_read_messages
  • discord_list_channels
  • discord_send_dm
  • discord_add_reaction

Quick Access Example

After deployment, obtain the endpoint and token, and you can send messages directly using REST.

curl -X POST "https://discord-bot-<your-id>-proxy.acedata.cloud/api/messages" \
  -H "Authorization: Bearer <your-proxy-token>" \
  -H "Content-Type: application/json" \
  -d '{"channel_id":"1133012400174534792","content":"Greetings from AI 👋"}'

The MCP endpoint is https://discord-bot-<your-id>-proxy.acedata.cloud/mcp, use the same Bearer token for authentication, and configure it in your AI client.

Four Steps to Go Live

From deployment to AI takeover, completed in minutes.

1

Select Specifications

Select instance specifications (Standard / High Performance) in the console.

2

Enter Token

Paste your Discord account token and securely store it in a dedicated Secret.

3

One-Click Deployment

Click deploy, and receive the MCP / REST endpoint in a few seconds.

4

Connect AI

Configure the endpoint and token in your AI client to start using it.

Typical Scenarios

Community Automation

Let AI automatically reply to private messages, summarize channel discussions, and maintain the community according to rules.

Information Aggregation

Regularly pull key messages from multiple channels and have AI summarize and distribute them.

Personal Assistant

Use natural language to command AI to send and receive messages and manage channels on Discord for you.

Frequently Asked Questions

Is it a bot?

No. It uses your own account token to send and receive messages as you. This is considered self-bot automation, which violates Discord's Terms of Service and carries the risk of account suspension. Please use a dedicated account and assume the risk yourself.

Is my token safe?

The token is encrypted and stored in a Kubernetes Secret exclusive to this deployment, and will not appear in plain text in logs or interfaces, nor will it be echoed after deployment.

Is there AI in the container?

No. The proxy only facilitates access to your Discord account's capabilities for external AI, which you connect yourself (Claude, Cursor, or a self-built Agent).

How is authentication done?

Both MCP and REST are protected by a Bearer access token, which only you (or your AI) holding the token can call.

Start Using Discord Agent Proxy

Deploy your exclusive Discord account proxy in minutes, allowing AI to act on your behalf.

Deploy Now