Bluesky MCP Server
@MCP-Mirror
关于 Bluesky MCP Server
Mirror of
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"brianellin_bsky-mcp-server": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector",
"node",
"build/src/index.js"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
评论