Back to MCP Servers

Bluesky Server

Interact with Bluesky social network for posting, reading feeds, and managing social presence

blueskysocialatprotocommunity

Installation

npm install -g bluesky-mcp-server

Configuration

{
  "mcpServers": {
    "bluesky": {
      "command": "npx",
      "args": ["-y", "bluesky-mcp-server"],
      "env": {
        "BLUESKY_HANDLE": "your-handle.bsky.social",
        "BLUESKY_APP_PASSWORD": "your-app-password"
      }
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub