Skip to main content
Social MediaPython

gwbischof/bluesky-social-mcp

An MCP server for interacting with Bluesky via the atproto client.

social-medialocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/gwbischof/bluesky-social-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "bluesky-social-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "gwbischof/bluesky-social-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Social Media
Language
Python
Author
gwbischof