Back to directory
laulauland/bluesky-context-server

laulauland/bluesky-context-server

@laulauland

A Model Context Protocol (MCP) server that enables MCP clients like Claude Desktop to interact with Bluesky. Query your profile, search posts, get your timeline, and more directly from your AI assistant.

blueskysocial-mediamcpcontext-servertypescriptclaude-desktopcontext

Installation & Configuration

{
  "mcpServers": {
    "bluesky": {
      "command": "node",
      "args": [
        "--experimental-strip-types",
        "/path/to/bluesky-context-server/packages/server/bin/index.ts"
      ],
      "env": {
        "BLUESKY_APP_KEY": "your-app-password-here",
        "BLUESKY_IDENTIFIER": "your-handle.bsky.social"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/13
Updated
2026/6/13