mcp-server-bluesky logo

mcp-server-bluesky

by morinokami

MCP server specifically designed for interacting with the Bluesky social network. It provides a set of tools for performing various actions on the Bluesky platform.

View on GitHub

Last updated: N/A

What is mcp-server-bluesky?

This is an MCP (Modular Communication Protocol) server that acts as an interface for interacting with the Bluesky social network. It allows users to perform actions such as posting, following, liking, and retrieving data from Bluesky.

How to use mcp-server-bluesky?

The provided JSON configuration can be used with Claude Desktop or similar MCP-compatible applications. You'll need to configure the BLUESKY_USERNAME and BLUESKY_PASSWORD environment variables with your Bluesky credentials. The BLUESKY_PDS_URL can be optionally set if you are not using the default Bluesky PDS.

Key features of mcp-server-bluesky

  • Profile retrieval

  • Following and unfollowing users

  • Searching posts

  • Posting and deleting posts

  • Reposting and deleting reposts

  • Timeline retrieval

  • Post thread retrieval

  • Liking and unliking posts

Use cases of mcp-server-bluesky

  • Automating Bluesky interactions

  • Building custom Bluesky clients

  • Integrating Bluesky data into other applications

  • Analyzing Bluesky trends

  • Managing Bluesky accounts programmatically

FAQ from mcp-server-bluesky

What is MCP?

MCP stands for Modular Communication Protocol. It's a protocol that allows different applications to communicate with each other through a standardized interface.

Do I need a Bluesky account to use this server?

Yes, you need a Bluesky account to use this server. You'll need to provide your username and password in the configuration.

Is it safe to provide my Bluesky password?

It is generally recommended to use application-specific passwords or other secure authentication methods when possible. Ensure the application using this server is trustworthy.

What is the BLUESKY_PDS_URL?

The BLUESKY_PDS_URL is the URL of the Bluesky Personal Data Server (PDS). It defaults to https://bsky.social if not specified.

What tools are available?

The server provides tools such as bluesky_get_profile, bluesky_follow, bluesky_post, and many more for interacting with the Bluesky API.