Bluesky Context Server
蓝天MCP服务器
Bluesky Context Server - Quick Start Guide
A simple MCP server that allows MCP clients to query Bluesky instances.
Installation Options
Option 1: Automated Install via Smithery
npx -y @smithery/cli install @laulauland/bluesky-context-server --client claude
Option 2: Manual Installation
- Clone or download the repository to your local machine
- Configure your Claude Desktop app by editing the config file:
// ~/Library/Application Support/Claude/config.json
{
"mcpServers": {
"bluesky": {
"command": "/Users/laurynas-fp/.bun/bin/bun",
"args": [
"<path_to_this_directory>/bluesky-context-server/index.ts"
],
"env": {
"BLUESKY_APP_KEY": "",
"BLUESKY_IDENTIFIER": ""
}
}
}
}
- Replace
<path_to_this_directory>
with the actual path where you placed the code - Add your Bluesky credentials in the environment variables
Usage
Once installed, Claude can now query Bluesky instances through this MCP server.