Discord integration for AI agents.
Let your AI agents work in Discord — read messages, send replies, and manage guild context — through a routed, audited connection. Open Connector runs the OAuth, seals the token in an encrypted vault, and serves Discord tools to your agent over MCP or a typed API — credentials injected server-side, every call audited, nothing leaving your infrastructure. Open source (AGPL-3.0) and self-hostable.
Real Discord actions, managed and audited.
Your user connects Discord once; your agent can then read and send guild messages and work across channels — scoped to the OAuth permissions you grant and the tool allowlist you configure. Every action is least-privilege and written to a tamper-evident audit trail.
- 1
Your user grants Discord access once (OAuth) — the token lands in the vault.
- 2
Your agent calls a tool over MCP or the typed API; Open Connector injects the credential server-side.
- 3
Every routed call appends a hash-chained audit record — nothing leaves your infra.
Discord tool surface.
The following managed tool groups are exposed by this integration. Each item is surfaced as tool metadata so agents can discover safe actions and build reliable workflows.
- Message tools
- Read and send messages in channels and DMs within authorized guild scopes.
- Server tools
- Resolve guild and channel context so agents can route actions to the right workspace.
- Search tools
- Search conversations and mentions to power context-aware agent responses.
Discord integration, answered
- How do AI agents use Discord through Open Connector?
- Your user connects Discord once (OAuth). Open Connector stores the token in an encrypted vault and exposes Discord tools to your agent over MCP or a typed API. The agent calls tools as needed, with credentials injected server-side.
- Can agents send and read messages safely?
- Yes. With allowlists and OAuth scopes, actions stay limited to what your integration policy permits and every action remains auditable.
- Where do Discord OAuth tokens live?
- In your infrastructure. Open Connector keeps them in the vault and injects credentials on call so agents never hold raw tokens.
Give your agents Discord — keep the keys.
Open source, self-hostable, with Discord credentials that never leave your infrastructure. Run it from source today.