mcp-server-bluesky

mcp-server-bluesky

7

This project is an MCP server designed for Bluesky, enabling various operations such as managing follows, posts, and likes. It provides several tools to interact with the Bluesky social platform effectively.

mcp-server-bluesky

MCP server for Bluesky.

Usage with Claude Desktop

{
  "mcpServers": {
    "bluesky": {
      "command": "npx",
      "args": ["-y", "mcp-server-bluesky"],
      "env": {
        "BLUESKY_USERNAME": "username",
        "BLUESKY_PASSWORD": "password",
        "BLUESKY_PDS_URL": "https://bsky.social"
      }
    }
  }
}

The BLUESKY_PDS_URL is optional and defaults to https://bsky.social if not specified.

Tools

  • bluesky_get_profile
  • bluesky_follow
  • bluesky_delete_follow
  • bluesky_get_follows
  • bluesky_get_followers
  • bluesky_search_posts
  • bluesky_post
  • bluesky_delete_post
  • bluesky_repost
  • bluesky_delete_repost
  • bluesky_get_timeline
  • bluesky_get_post_thread
  • bluesky_get_likes
  • bluesky_like
  • bluesky_delete_like