Bluesky MCP Server
Active
A Model Context Protocol (MCP) server for Bluesky that can post on your behalf by using the AT Protocol.
Updated 8/8/2025
Key Features
What makes this MCP server special
Authentication with Bluesky
 Create text posts
 Support for image uploads
 Get user profile
 Get timeline
 Like/Unlike posts
 Repost/Unrepost
 Rich text support with automatic link and mention detection
 MCP compatible for use with Claude
Requirements
npx
Server Information
Status
Active
Version
1.0.0
License
-
Author
https://github.com/semioz
Installation Guide
Get started with this MCP server in minutes
1. Install the Package
https://github.com/semioz/bluesky-mcp?tab=readme-ov-file#manual-installation2. Configuration
{
  "mcpServers": {
    "bluesky-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@semihberkay/bluesky-mcp"
      ],
      "env": {
        "BLUESKY_IDENTIFIER": "your.handle.bsky.social",
        "BLUESKY_PASSWORD": "your-app-password"
      }
    }
  }
}3. Usage Example
-