
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 n 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.
Automate and control Unity Editor with 500+ commands, real-time WebSocket communication, and SQLite integration for efficient game development.
World-class data science skill for statistical modeling, experimentation, causal inference, and advanced analytics. Expertise in Python (NumPy, Pandas, Scikit-learn), R, SQL, statistical methods, A/B testing, time series, and business intelligence. Includes experiment design, feature engineering, model evaluation, and stakeholder communication. Use when designing experiments, building predictive models, performing causal analysis, or driving data-driven decisions.
A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project updates, etc.).
Use when user wants to set up comprehensive automation for their project. Generates custom subagents, skills, commands, and hooks tailored to project needs. Creates a multi-agent system with robust communication protocol.
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.