Bluesky MCP Server
@MCP-Mirror
About Bluesky MCP Server
Mirror of
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"brianellin_bsky-mcp-server": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector",
"node",
"build/src/index.js"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is Bluesky MCP Server?
A Model Context Protocol server that connects to Bluesky and provides tools to interact with the ATProtocol. It enables LLM-based applications to bring Bluesky context directly into their context window, for example turning Claude Desktop into a natural language Bluesky client.
How to use Bluesky MCP Server?
Clone the repository, install dependencies with pnpm install, and build with pnpm run build. Configure your MCP client (e.g., Claude Desktop) by adding a server entry to claude_desktop_config.json with the commands and environment variables BLUESKY_IDENTIFIER, BLUESKY_APP_PASSWORD, and BLUESKY_SERVICE_URL. You must create an app password in your Bluesky account settings.
Key features of Bluesky MCP Server
- Interact with Bluesky features via natural language
- Fetch and analyze feeds, followers, and profiles
- Search for feeds, posts, and people
- Create, like, and retrieve posts
- Follow users programmatically
- Access trending topics on Bluesky
Use cases of Bluesky MCP Server
- Use an LLM to compose and publish posts to Bluesky
- Analyze follower lists or user profiles through natural language queries
- Search for posts about a topic and summarize recent discussion
- Retrieve and review your home timeline or specific feed posts
- Build a custom assistant that interacts with Bluesky on your behalf
FAQ from Bluesky MCP Server
What tools does Bluesky MCP Server provide?
It provides 15 tools including get‑timeline‑posts, get‑feed‑posts, get‑user‑posts, search‑posts, search‑people, search‑feeds, create‑post, like‑post, follow‑user, get‑trends, and others.
How do I authenticate with Bluesky?
You must create an app password in Bluesky Settings > App Passwords and set it along with your handle and the service URL as environment variables.
Where does my session data live?
The server stores session information in memory only and does not share it with the MCP client. The client only has access to the tools, not to your authentication or app password.
What are the runtime requirements?
Node.js is required. The project uses pnpm for dependency management and is built with a standard Node build process. No additional runtime beyond the MCP client is needed.
How can I test the tools without an LLM?
You can use the MCP Inspector by running npx @modelcontextprotocol/inspector node build/src/index.js and configuring the environment variables in the inspector’s panel.
Frequently asked questions
What tools does Bluesky MCP Server provide?
It provides 15 tools including get‑timeline‑posts, get‑feed‑posts, get‑user‑posts, search‑posts, search‑people, search‑feeds, create‑post, like‑post, follow‑user, get‑trends, and others.
How do I authenticate with Bluesky?
You must create an app password in Bluesky Settings > App Passwords and set it along with your handle and the service URL as environment variables.
Where does my session data live?
The server stores session information in memory only and does not share it with the MCP client. The client only has access to the tools, not to your authentication or app password.
What are the runtime requirements?
Node.js is required. The project uses pnpm for dependency management and is built with a standard Node build process. No additional runtime beyond the MCP client is needed.
How can I test the tools without an LLM?
You can use the MCP Inspector by running `npx @modelcontextprotocol/inspector node build/src/index.js` and configuring the environment variables in the inspector’s panel.
Basic information
More Other MCP servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!

Lemon.io
lemon-ioRequest dedicated senior developers to work on your project, write job descriptions, and prep technical interviews — all without leaving your Claude chat. Just describe what you need, and Lemon.io MCP does the rest. 1–3
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Comments