Bluesky Context Server

Bluesky Context Server

蓝天MCP服务器

Bluesky Context Server - Quick Start Guide

smithery badge smithery badge

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

  1. Clone or download the repository to your local machine
  2. 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": ""
      }
    }
  }
}
  1. Replace <path_to_this_directory> with the actual path where you placed the code
  2. Add your Bluesky credentials in the environment variables

Usage

Once installed, Claude can now query Bluesky instances through this MCP server.