Google Antigravity Directory

The #1 directory for Google Antigravity prompts, rules, workflows & MCP servers. Optimized for Gemini 3 agentic development.

Resources

PromptsMCP ServersAntigravity RulesGEMINI.md GuideBest Practices

Company

Submit PromptAntigravityAI.directory

Popular Prompts

Next.js 14 App RouterReact TypeScriptTypeScript AdvancedFastAPI GuideDocker Best Practices

Legal

Privacy PolicyTerms of ServiceContact Us
Featured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowFeatured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App Show

© 2026 Antigravity AI Directory. All rights reserved.

The #1 directory for Google Antigravity IDE

This website is not affiliated with, endorsed by, or associated with Google LLC. "Google" and "Gemini" are trademarks of Google LLC.

Antigravity AI Directory
PromptsMCPBest PracticesUse CasesLearn
Home
MCP Servers
Discord MCP Server
message-square

Discord MCP Server MCP Server

MCP server for Discord bot integration

discordmessagingbotchat

About

## Discord MCP Server: Community Communication The **Discord MCP Server** integrates Discord's communication platform into Google Antigravity. This enables building bots, managing servers, and automating community interactions for developer communities and gaming platforms. ### Why Discord MCP? Discord powers developer communities: - **Voice & Text**: Rich communication options - **Bots**: Powerful automation capabilities - **Servers**: Organize large communities - **Integrations**: Connect external services - **Developer Friendly**: Excellent API support ### Key Features #### 1. Send Messages ```python import discord client = discord.Client() @client.event async def on_ready(): channel = client.get_channel(123456789) await channel.send("Bot is online and ready!") @client.event async def on_message(message): if message.content.startswith("!status"): await message.channel.send("All systems operational :white_check_mark:") ``` #### 2. Slash Commands ```python from discord import app_commands @tree.command(name="deploy", description="Trigger deployment") async def deploy(interaction: discord.Interaction, env: str): await interaction.response.send_message(f"Deploying to {env}...") # Trigger deployment logic await interaction.followup.send("Deployment complete!") ``` #### 3. Embeds and Rich Content ```python embed = discord.Embed( title="Build Status", description="Latest CI/CD results", color=discord.Color.green() ) embed.add_field(name="Tests", value="✅ 142 passed") embed.add_field(name="Coverage", value="87%") embed.set_footer(text="Build #1234") await channel.send(embed=embed) ``` ### Configuration ```json { "mcpServers": { "discord": { "command": "npx", "args": ["-y", "@anthropic/mcp-discord"], "env": { "DISCORD_TOKEN": "your-bot-token", "DISCORD_GUILD_ID": "your-server-id" } } } } ``` ### Use Cases **Community Bots**: Build helpful bots for developer communities. **CI/CD Alerts**: Post build results to Discord channels. **Support Automation**: Automate common support responses. The Discord MCP Server enables Discord automation from Antigravity.

Installation

Configuration
{
  "mcpServers": {
    "discord": {
      "mcpServers": {
        "discord": {
          "env": {
            "DISCORD_BOT_TOKEN": "YOUR_BOT_TOKEN"
          },
          "args": [
            "-y",
            "discord-mcp"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 1Create a Discord bot and get token from Discord Developer Portal
  2. 2Set DISCORD_BOT_TOKEN environment variable
  3. 3Add server config to Claude Desktop

Related MCP Servers

🧰

Toolhouse MCP

Universal AI tool platform that equips your AI with production-ready capabilities. Execute code, browse the web, manage files, send emails, and more through a unified MCP interface.

🔨

Smithery Registry MCP

The MCP server registry and discovery platform. Browse, search, and install MCP servers from the community. Find the perfect integrations for your AI development workflow.

🔍

MCP Inspector

Official debugging and testing tool for MCP servers. Inspect server capabilities, test tool calls, validate responses, and debug protocol communication in real-time.

← Back to All MCP Servers