
Bluesky
Connect to your Bluesky account to manage your profile, create and delete posts, follow users, like content, and browse your timeline.
Integrates with Bluesky's social network API to enable profile management, posting, following, and engagement actions.
What it does
- Create and delete Bluesky posts
- Follow and unfollow users
- Like and unlike posts
- Search posts and browse timeline
- View profile information and follower lists
- Repost and manage reposts
Best for
About Bluesky
Bluesky is a community-built MCP server published by morinokami that provides AI assistants with tools and capabilities via the Model Context Protocol. Integrate with the Bluesky API for seamless profile management, posting, following, and engagement on Bluesky's social network. It is categorized under communication.
How to install
You can install Bluesky in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server runs locally on your machine via the stdio transport.
License
Bluesky is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.
mcp-server-bluesky
MCP server for Bluesky.
Usage with Claude Desktop
{
"mcpServers": {
"bluesky": {
"command": "npx",
"args": ["-y", "mcp-server-bluesky"],
"env": {
"BLUESKY_USERNAME": "username",
"BLUESKY_PASSWORD": "password",
"BLUESKY_PDS_URL": "https://bsky.social"
}
}
}
}
The BLUESKY_PDS_URL is optional and defaults to https://bsky.social if not specified.
Tools
bluesky_get_profilebluesky_followbluesky_delete_followbluesky_get_followsbluesky_get_followersbluesky_search_postsbluesky_postbluesky_delete_postbluesky_repostbluesky_delete_repostbluesky_get_timelinebluesky_get_post_threadbluesky_get_likesbluesky_likebluesky_delete_like
Alternatives
Related Skills
Browse all skillsCreate professional research posters in LaTeX using beamerposter, tikzposter, or baposter. Support for conference presentations, academic posters, and scientific communication. Includes layout design, color schemes, multi-column formats, figure integration, and poster-specific best practices for visual communication.
Expert backend architect specializing in scalable API design, microservices architecture, and distributed systems. Masters REST/GraphQL/gRPC APIs, event-driven architectures, service mesh patterns, and modern backend frameworks. Handles service boundary definition, inter-service communication, resilience patterns, and observability. Use PROACTIVELY when creating new backend services or APIs.
Draft professional emails for various contexts including business, technical, and customer communication. Use when the user needs help writing emails or composing professional messages.
Agile product ownership toolkit for Senior Product Owner including INVEST-compliant user story generation, sprint planning, backlog management, and velocity tracking. Use for story writing, sprint planning, stakeholder communication, and agile ceremonies.
Automate and control Unity Editor with 500+ commands, real-time WebSocket communication, and SQLite integration for efficient game development.
Master network protocol reverse engineering including packet analysis, protocol dissection, and custom protocol documentation. Use when analyzing network traffic, understanding proprietary protocols, or debugging network communication.