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.
Supported Discord tools.
4 tools are generated from the published Discord catalog. Descriptions are plain text; each action remains subject to its configured authentication and tool allowlist.
Showing 4 tools. All published catalog entries are included in this page's server-rendered HTML.
- List Discord current user connections
- Lists external account connections for the authenticated Discord user.
- connectionsread
- Get Discord current user
- Gets the authenticated Discord user's profile.
- usersread
- Get Discord current user guild member
- Gets the authenticated user's guild member profile for a specific Discord guild.
- guildsmembersread
- List Discord current user guilds
- Lists partial guilds that the authenticated Discord user belongs to.
- guildsread
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.