GuildBridge by dend
26 score
A remote MCP server deployed on Cloudflare Workers that provides AI agents with authenticated, permission-aware access to Discord servers. It enables agents to read, search, and post messages while maintaining secure Role-Based Access Control via OAuth2.
Ranked #7081 out of 9559 indexed tools.
Is this your tool? Claim this listing to add maintainer context, get a verified badge, and unlock analytics.
Claim listing → Signal Breakdown
Installs 0
Freshness 21d ago
Issue Health 0%
Stars 15
Platform Breadth 1 platform
Contributors 3
Description Detailed
How to Improve
Issue Health high impact
Stars low impact
Platforms medium impact
Supported Platforms
From the README
<h1>
<p align="center">
GuildBridge
</h1>
<p align="center">
A remote MCP server for Discord, deployed on Cloudflare Workers.
<br />
<a href="#about">About</a>
·
<a href="#tools">Tools</a>
·
<a href="#access-control">Access Control</a>
·
<a href="#token-usage">Token Usage</a>
·
<a href="CONTRIBUTING.md">Contributing</a>
</p>
</p>
## About
There is no official Discord MCP server, yet much of the coordination with contributors in the MCP community happens on Discord. GuildBridge fills that gap for me — it gives MCP clients authenticated, permission-aware access to Discord servers so that AI agents can read, search, and post messages where the conversation is already happening. It very much came to life on the heels of a problem that _I had_ that I solved by building my own MCP server.
>[!WARNING]
>The actual hosted version of this MCP server is not broadly available (I have restricted it to specific accounts and servers), but you can j Read full README on GitHub →