brianellin_bsky-mcp-server

brianellin_bsky-mcp-server

0

Bluesky MCP Server is a Model Context Protocol server designed to facilitate interactions with Bluesky and ATProtocol using natural language. It offers tools to fetch and analyze data, create posts, and search for specific content through a language model.

Bluesky MCP Server

A Model Context Protocol server for interacting with Bluesky and ATProtocol through natural language.

Features & Tools

  • Access Bluesky features via natural language
  • Fetch and analyze feeds and followers
  • Use LLM to create and post content
  • Search feeds, posts, and people

Installation

  1. Clone the repository
  2. Install dependencies using pnpm
  3. Build the project

Testing with MCP Inspector

  • Use MCP Inspector to test without an LLM connection

MCP Client Configuration

  • Configure your MCP client with environment variables like BLUESKY_IDENTIFIER and BLUESKY_APP_PASSWORD.

Creating App Passwords

  • Log into Bluesky to create a new app password for integration.

Security Notes

  • Session information is stored in memory and is not shared with the MCP client.