Bluesky Context Server
@laulauland
关于 Bluesky Context Server
Bluesky MCP server
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"bluesky-context-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@laulauland/bluesky-context-server",
"--client",
"claude"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Bluesky Context Server?
Bluesky Context Server is a Model Context Protocol (MCP) server that enables MCP clients like Claude Desktop to interact with Bluesky. It lets you query your profile, search posts, get your timeline, and more directly from your AI assistant.
How to use Bluesky Context Server?
Install via Smithery (recommended) with npx -y @smithery/cli install @laulauland/bluesky-context-server --client claude or manually configure the server in your Claude Desktop config file. You need a Bluesky account, an App Password (not your regular password), and either Bun or Node.js v22.6.0+. Set the environment variables BLUESKY_APP_KEY and BLUESKY_IDENTIFIER in the configuration.
Key features of Bluesky Context Server
- Query your own Bluesky profile information
- Get your recent posts and engagement data
- View your personalized Bluesky timeline
- Search posts and user profiles across Bluesky
- List followers and accounts you follow
- See posts you have liked
Use cases of Bluesky Context Server
- Ask an AI assistant to show your Bluesky profile or bio
- Search for posts on a specific topic without leaving your chat
- Quickly review your timeline or recent posts
- Find Bluesky users interested in a particular subject
- Check who your recent followers are
FAQ from Bluesky Context Server
What credentials do I need?
You need your Bluesky handle (BLUESKY_IDENTIFIER) and an App Password (BLUESKY_APP_KEY) generated from Bluesky settings – not your regular account password.
How do I install the server?
The recommended method is using Smithery: npx -y @smithery/cli install @laulauland/bluesky-context-server --client claude. Alternatively, you can clone the repo and configure Claude Desktop manually with either Bun or Node.js.
What tools does Bluesky Context Server provide?
It provides MCP tools for profile (get profile, follows, followers), posts/feed (get posts, personal feed, liked posts), and search (search posts, search profiles). Each supports optional pagination with limit (max 100) and cursor.
Why am I getting "Authentication failed"?
Double-check that your BLUESKY_APP_KEY and BLUESKY_IDENTIFIER are correct. Ensure you are using an App Password, not your regular Bluesky password.
What runtime dependencies are required?
You need either Bun or Node.js v22.6.0+. The server file packages/server/bin/index.ts must have execute permissions and the correct path in the Claude config.
其他 分类下的更多 MCP 服务器
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
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.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
评论