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
Bluesky Social MCP Server
share-2

Bluesky Social MCP Server MCP Server

ATProtocol social network

blueskyatprotocolsocialdecentralized

About

## Bluesky MCP Server: Decentralized Social Integration The **Bluesky MCP Server** integrates the decentralized social network built on the AT Protocol directly into Google Antigravity, enabling AI assistants to post content, manage follows, and interact with the Bluesky network programmatically. This integration brings open social networking to your development workflow. ### Why Bluesky MCP? - **Decentralized Protocol**: Built on the open AT Protocol for data portability and interoperability - **Algorithm Choice**: Users control their feed algorithms for transparent content curation - **Developer Friendly**: Open APIs and protocols designed for third-party development - **Growing Network**: Rapidly expanding user base of tech-savvy early adopters - **Custom Feeds**: Create and publish custom algorithmic feeds for the community ### Key Features #### 1. Post Creation ```python from anthropic import Anthropic client = Anthropic() response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Post to Bluesky: Just shipped a new feature! Check out our latest update." }], tools=[{ "name": "bluesky_post", "description": "Create Bluesky posts" }] ) ``` #### 2. Feed Retrieval ```python # Get timeline feed response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Get my Bluesky timeline and summarize recent tech discussions" }], tools=[{"name": "bluesky_feed", "description": "Get feed content"}] ) ``` #### 3. Profile Management ```python # Manage follows response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Find and follow developers posting about Rust and WebAssembly" }], tools=[{"name": "bluesky_follows", "description": "Manage follows"}] ) ``` #### 4. Notifications ```python # Check notifications response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Check my Bluesky notifications and show me mentions and replies" }], tools=[{"name": "bluesky_notifications", "description": "Get notifications"}] ) ``` ### Configuration ```json { "mcpServers": { "bluesky": { "command": "npx", "args": ["-y", "@anthropic/mcp-bluesky"], "env": { "BLUESKY_HANDLE": "your-handle.bsky.social", "BLUESKY_APP_PASSWORD": "your-app-password" } } } } ``` ### Use Cases **Content Publishing**: Automate posting updates, announcements, and content to Bluesky. **Community Engagement**: Monitor and respond to mentions and discussions. **Feed Curation**: Build custom feeds and content aggregation from Bluesky posts. **Social Analytics**: Track engagement and growth on the decentralized network. The Bluesky MCP Server brings decentralized social networking directly into your development workflow, enabling open social media automation.

Installation

Configuration
{
  "mcpServers": {
    "bluesky": {
      "mcpServers": {
        "bluesky": {
          "env": {
            "BLUESKY_HANDLE": "your.handle",
            "BLUESKY_APP_PASSWORD": "YOUR_APP_PASSWORD"
          },
          "args": [
            "-y",
            "mcp-server-bluesky"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 1ATProtocol integration
  2. 2Post and read feeds
  3. 3Decentralized social

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