guildbridge vs time
Side-by-side comparison to help you pick between these two MCP servers.
guildbridge by dend | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 15 | ★ 85,748 |
| 30d uses | — | — |
| Score | 42 | 77 |
| Official | — | ✓ |
| Categories | CommunicationDeveloper ToolsSecurity | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 1 mo ago | this month |
guildbridge · Summary
A remote MCP server for Discord that allows AI agents to read, search, and post messages in Discord servers with authenticated access.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
guildbridge · Use cases
- AI assistants monitoring Discord conversations and providing responses
- Automated content moderation in Discord communities
- Integrating Discord discussions with AI-powered knowledge bases
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
guildbridge · Install
Installation & Setup
- **Prerequisites**:
- Node.js (v18+) - Cloudflare account - Discord application with bot user and OAuth2 configured
- **Discord App Setup**:
- Create Discord app with bot user - Configure OAuth2 with required scopes - Enable Message Content Intent - Invite bot to servers with necessary permissions
- **Local Development**:
``bash npm install cp wrangler.jsonc.example wrangler.jsonc cp .dev.vars.example .dev.vars npm run dev ``
- **Deploy to Cloudflare**:
Use Terraform or manual setup with Wrangler CLI to provision resources and deploy.
- **Connect MCP Client**:
Point any MCP-compatible client at https://<your-worker>.workers.dev/mcp
For Claude Desktop, add to claude_desktop_config.json:
{
"mcpServers": {
"discord": {
"command": "npx",
"args": ["@modelcontextprotocol/server-discord"],
"env": {
"DISCORD_URL": "https://<your-worker>.workers.dev/mcp"
}
}
}
}time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}