bsky-mcp-server

bsky-mcp-server

20

The Bluesky MCP Server enables seamless integration of Bluesky features into other applications through the Model Context Protocol. It allows users to interact with various features of Bluesky using natural language processing and provides tools for fetching and posting content. This server enhances the user experience by allowing detailed data interactions and contextual usage.

Overview

A Model Context Protocol (MCP) server for connecting to Bluesky and interacting with the ATProtocol. It allows seamless integration of Bluesky data into applications, offering features like fetching posts, analyzing feeds, and creating new posts via natural language requests.

Features & Tools

  • Interact with Bluesky via natural language.
  • Fetch and analyze feeds, follower lists, and timelines.
  • Write and post content using an LLM.
  • Search for content and users within Bluesky.

Installation

Installing via Smithery

  • Install automatically via Smithery.

Installing Manually

  • Clone the repository, install dependencies, and build the server.

Testing with MCP Inspector

  • Use MCP Inspector for direct tool testing without LLMs.

MCP Client Configuration

  • Set up MCP with a client, like Claude Desktop.

Creating App Passwords

  1. Log in to Bluesky.
  2. Create a new app password under Settings > App Passwords.
  3. Set the app password for the integration.

Security Notes

  • Session information is stored in memory only.