BlueSky-MCP
10
BlueSky MCP Server is a Model Context Protocol server that interfaces with the BlueSky social network API to gather user profile and social graph data. It includes features like authentication management, error handling, and pagination support, and operates under the MIT License.
BlueSky MCP Server
A Model Context Protocol (MCP) server that provides access to BlueSky social network data through its official API.
Features
- Fetch detailed user profile information
- Retrieve user following lists with pagination
- Built-in authentication handling and session management
- Comprehensive error handling
Available Tools
get-profile
: Get detailed profile information for a BlueSky userget-follows
: Get a list of accounts a user follows, supporting pagination
Prerequisites
- Python 3.12 or higher
- httpx
- mcp
Authentication
- Create a BlueSky account
- Generate an App Password
- Set environment variables for
BLUESKY_IDENTIFIER
andBLUESKY_APP_PASSWORD