Bluesky Context Server

smithery badge

A simple MCP server that can enable MCP clients to query Bluesky instances.

Usage

Installing via Smithery

To install Bluesky Context Server for Claude Desktop automatically via Smithery:

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

Installing manually

  1. Place the code somewhere on your computer.
  2. Configure your Claude Desktop app to use the MCP server.
// ~/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": ""
			}
		}
	}
}

Related in Communication - Secure MCP Servers

Server Summary Actions
TikTok View
Gmail CData's Model Context Protocol (MCP) Server for Gmail View
AllVoiceLab AI AUDIO View
CData Slack MCP Server CData's Model Context Protocol (MCP) Server for Slack View
Digital Samba Embedded API MCP Server Use your AI assistant to interact with the Digital Samba Embedded API View
MCP Intercom Server A Model Context Protocol (MCP) server that provides access to Intercom conversations and chats. This... View