Back to directory
semioz/bluesky-mcp

semioz/bluesky-mcp

@semioz

A Model Context Protocol (MCP) server for Bluesky that can post on your behalf by using the AT Protocol.

blueskysocial-mediamcpat-protocolpostingentertainment

Installation & Configuration

{
  "mcpServers": {
    "bluesky-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@semihberkay/bluesky-mcp"
      ],
      "env": {
        "BLUESKY_IDENTIFIER": "your.handle.bsky.social",
        "BLUESKY_PASSWORD": "your-app-password"
      }
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2026/6/12
Updated
2026/6/13