atproto (MCP Server)

GitHub

Social networking technology created by Bluesky

9,588 stars TypeScript MCP Ready Full Docs Skills View Markdown

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "atproto": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-atproto"
      ]
    }
  }
}