mcp-server-bluesky
@morinokami
About mcp-server-bluesky
MCP server for interacting with Bluesky
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"bluesky": {
"command": "npx",
"args": [
"-y",
"mcp-server-bluesky"
],
"env": {
"BLUESKY_USERNAME": "username",
"BLUESKY_PASSWORD": "password",
"BLUESKY_PDS_URL": "https://bsky.social"
}
}
}
}Tools
7`bluesky_follow`
`bluesky_get_follows`
`bluesky_search_posts`
`bluesky_delete_post`
`bluesky_delete_repost`
`bluesky_get_post_thread`
`bluesky_like`
Overview
What is mcp-server-bluesky?
mcp-server-bluesky is an MCP server that integrates with the Bluesky social network. It enables users to interact with Bluesky through natural language via tools for managing profiles, posts, follows, likes, and more.
How to use mcp-server-bluesky?
Configure the server in your MCP client (e.g., Claude Desktop) using npx with environment variables BLUESKY_USERNAME and BLUESKY_PASSWORD. Optionally set BLUESKY_PDS_URL (defaults to https://bsky.social). Once configured, invoke any of the provided tools.
Key features of mcp-server-bluesky
- Manage user profiles and view followers/follows
- Create, delete, and search posts
- Follow and unfollow other users
- Interact with posts (like, repost, delete actions)
- View timeline and post threads
Use cases of mcp-server-bluesky
- Automate Bluesky posting through an AI assistant
- Search for posts on specific topics or keywords
- Manage your follow list programmatically
- Engage with content by liking and reposting
- Monitor your timeline or review post threads
FAQ from mcp-server-bluesky
What credentials are required to use mcp-server-bluesky?
You must set the BLUESKY_USERNAME and BLUESKY_PASSWORD environment variables with your Bluesky account credentials.
Can I use a custom Bluesky PDS?
Yes, set the BLUESKY_PDS_URL environment variable. If not specified, it defaults to https://bsky.social.
What
More Other MCP servers
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
🚀 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,

EverArt
modelcontextprotocolModel Context Protocol Servers
Nginx UI
0xJackyYet another WebUI for Nginx
Comments