Back to directory
brianellin/bsky-mcp-server

brianellin/bsky-mcp-server

@brianellin

A Model Context Protocol server that connects to Bluesky and provides tools to interact with the ATProtocol.

blueskyatprotocolsocial-mediamcpcontextpoststimeline

Installation & Configuration

{
  "mcpServers": {
    "bluesky": {
      "command": "node",
      "args": [
        "/path/to/bsky-mcp-server/build/src/index.js"
      ],
      "env": {
        "BLUESKY_IDENTIFIER": "your-bluesky-handle",
        "BLUESKY_APP_PASSWORD": "your-app-password",
        "BLUESKY_SERVICE_URL": "https://bsky.social"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/14
Updated
2026/6/15