mcp-server-bluesky logo

mcp-server-bluesky

by MCP-Mirror

MCP server for Bluesky. It provides a set of tools for interacting with the Bluesky social network.

View on GitHub

Last updated: N/A

What is mcp-server-bluesky?

This is an MCP (Modular Command Processor) server designed to interact with the Bluesky social network. It allows users to perform various actions on Bluesky programmatically.

How to use mcp-server-bluesky?

The provided JSON configuration shows how to use this server with Claude Desktop. It requires setting the BLUESKY_USERNAME and BLUESKY_PASSWORD environment variables. The server can then be accessed using the npx mcp-server-bluesky command.

Key features of mcp-server-bluesky

  • Retrieve user profile information

  • Follow and unfollow users

  • Search for posts

  • Create and delete posts

  • Repost and delete reposts

  • Retrieve timeline

  • Get post threads

  • Like and unlike posts

  • Get followers and follows

Use cases of mcp-server-bluesky

  • Automating Bluesky interactions

  • Building custom Bluesky clients

  • Analyzing Bluesky data

  • Integrating Bluesky with other applications

FAQ from mcp-server-bluesky

What is Bluesky?

Bluesky is a decentralized social network.

What is MCP?

MCP stands for Modular Command Processor, a framework for building command-line tools and servers.

How do I set up the server?

You need to configure the BLUESKY_USERNAME and BLUESKY_PASSWORD environment variables.

What tools are available?

The available tools include bluesky_get_profile, bluesky_follow, bluesky_post, and many more for interacting with Bluesky.

Where can I find more documentation?

More documentation might be available in the repository's wiki or issues section.