Bluesky Social MCP
@gwbischof
About Bluesky Social MCP
A Bluesky MCP
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"bluesky-social": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/gwbischof/[email protected]",
"bluesky-social-mcp"
],
"env": {
"BLUESKY_IDENTIFIER": "your-handle.bsky.social",
"BLUESKY_APP_PASSWORD": "your-app-password"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Bluesky Social MCP?
An MCP server for interacting with the Bluesky social network via the atproto client. It allows developers and users to programmatically manage profiles, feeds, posts, and interactions.
How to use Bluesky Social MCP?
Configure it in your MCP client config with the uvx command and set the environment variables BLUESKY_IDENTIFIER and BLUESKY_APP_PASSWORD (obtained from Bluesky app passwords). Alternatively, run from a local clone using uv. The server provides a set of tool calls for all operations.
Key features of Bluesky Social MCP
- Check authentication status.
- Get and manage user profiles.
- Follow, unfollow, and mute users.
- Read timeline and author feeds.
- Create text, image, and video posts.
- Like, repost, and manage post interactions.
Use cases of Bluesky Social MCP
- Automate Bluesky posting and content scheduling.
- Build a custom social media dashboard or analytics tool.
- Moderate content by muting or unmuting users.
- Analyze follower relationships and engagement.
- Re-post content from external sources into Bluesky.
FAQ from Bluesky Social MCP
What credentials are required?
You need your Bluesky handle and an app password. Create an app password at bsky.app/settings/app-passwords.
How do I update the
More Other MCP servers
Awesome Mlops
visengerA curated list of references for MLOps
FastMCP v2 π
jlowinπ The fast, Pythonic way to build MCP servers and clients.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
π Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Comments