Enterprise DNA
M MCP Servers Developer low

keturiosakys/bluesky-context-server

by Various

Bluesky MCP server

K

MCP

keturiosakys/bluesky-context-server

Added 1 June 2026

Overview

An open-source server that implements the Model Context Protocol (MCP) to provide AI assistants with access to Bluesky data. It allows large language models to query Bluesky timelines, search posts, and retrieve user profiles through standardized MCP tool calls.

Best for

Best for
Developers building AI assistants that need real-time access to Bluesky content

Use cases

  • Connecting an AI agent to live Bluesky feeds for contextual responses
  • Building a chatbot that can search and summarize Bluesky posts
  • Enabling AI tools to fetch user profiles or thread data from Bluesky

How to use

Install

npx -y @smithery/cli install @laulauland/bluesky-context-server --client claude

Tools exposed

  • bluesky_get_profile
  • bluesky_get_follows
  • bluesky_get_followers
  • bluesky_get_posts
  • bluesky_get_personal_feed
  • bluesky_get_liked_posts
  • bluesky_search_posts
  • bluesky_search_profiles

Tested with

Claude Desktop, Cursor

Example client config

{\n	"mcpServers": {\n		"bluesky": {\n			"command": "/Users/your-username/.bun/bin/bun",\n			"args": [\n				"/path/to/bluesky-context-server/packages/server/bin/index.ts"\n			],\n			"env": {\n				"BLUESKY_APP_KEY": "your-app-password-here",\n				"BLUESKY_IDENTIFIER": "your-handle.bsky.social"\n			}\n		}\n	}\n}

Notes

An open-source server that implements the Model Context Protocol (MCP) to provide AI assistants with access to Bluesky data. It allows large language models to query Bluesky timelines, search posts, and retrieve user profiles through standardized MCP tool calls.

31 stars on GitHub. Last updated 2025-08-10. Licensed MIT.

Use cases

  • Connecting an AI agent to live Bluesky feeds for contextual responses
  • Building a chatbot that can search and summarize Bluesky posts
  • Enabling AI tools to fetch user profiles or thread data from Bluesky

Pros

  • Lightweight TypeScript implementation with clear MCP compliance
  • Open source with active community (31 stars) and MIT license
  • Directly addresses a common integration need for Bluesky-based AI tools

Cons

  • Relatively niche—limited to Bluesky, not other social platforms
  • Small user base may mean slower bug fixes and fewer examples
  • Requires a running MCP host and Bluesky API credentials to operate

Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.

Pros

  • Lightweight TypeScript implementation with clear MCP compliance
  • Open source with active community (31 stars) and MIT license
  • Directly addresses a common integration need for Bluesky-based AI tools

Cons

  • Relatively niche—limited to Bluesky, not other social platforms
  • Small user base may mean slower bug fixes and fewer examples
  • Requires a running MCP host and Bluesky API credentials to operate
Free 27-page guide

Get the free Developer’s Field Guide

A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.

Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.

No spam. Unsubscribe any time.

Running a business, not writing the code? See the MCP servers picked for operators, and get your first one wired up with us.

Operator picks