social-app (MCP Server)

GitHub

The Bluesky Social application for Web, iOS, and Android

18,221 stars TypeScript MCP Ready Full Docs Skills View Markdown

Claude Desktop Configuration

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

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