gwbischof/bluesky-social-mcp

🌐 Social Media
0 Views
0 Installs

🐍 🏠 - An MCP server for interacting with Bluesky via the atproto client.

Quick Install

One-Click IDE Configuration
claude_desktop_config.json
{
  "mcpServers": {
    "gwbischof-bluesky-social-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "gwbischof-bluesky-social-mcp"
      ]
    }
  }
}
Or

Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.

Documentation Overview

Bluesky Social MCP

An MCP server for interacting with the Bluesky social network via the atproto client.

:wave: Leave an issue if you have any problems running this MCP. I should be able to push out fixes pretty quickly.

Quick Start

Get your Bluesky app password at: https://bsky.app/settings/app-passwords

Add the following to your MCP config file (Note that the version is pinned):

{
  "mcpServers": {
    "bluesky-social": {
      "command": "uvx",
      "args": ["--from", "git+https://github.com/gwbischof/bluesky-social-mcp@v0.1", "bluesky-social-mcp"],
      "env": {
        "BLUESKY_IDENTIFIER": "your-handle.bsky.social",
        "BLUESKY_APP_PASSWORD": "your-app-password"
      }
    }
  }
}
  • For security reasons, I think its best to keep it pinned and manually change your config to update the version.

Tool Status

All tools have been implemented and tested βœ…

Authentication & Setup

  • βœ… check_auth_status - Check if the current session is authenticated

Profile Operations

  • βœ… get_profile - Get a user profile (Client method: get_profile)
  • βœ… get_follows - Get users followed by an account (Client method: get_follows)
  • βœ… get_followers - Get users who follow an account (Client method: get_followers)
  • βœ… follow_user - Follow a user (Client method: follow)
  • βœ… unfollow_user - Unfollow a user (Client method: unfollow)
  • βœ… mute_user - Mute a user (Client method: mute)
  • βœ… unmute_user - Unmute a user (Client method: unmute)
  • βœ… resolve_handle - Resolve a handle to DID (Client method: resolve_handle)

Feed Operations

  • βœ… get_timeline - Get posts from your home timeline (Client method: get_timeline)
  • βœ… get_author_feed - Get posts from a specific user (Client method: get_author_feed)
  • βœ… get_post_thread - Get a full conversation thread (Client method: get_post_thread)

Post Interactions

  • βœ… like_post - Like a post (Client method: like)
  • βœ… unlike_post - Unlike a post (Client method: unlike)
  • βœ… get_likes - Get likes for a post (Client method: get_likes)
  • βœ… repost - Repost a post (Client method: repost)
  • βœ… unrepost - Remove a repost (Client method: unrepost)
  • βœ… get_reposted_by - Get users who reposted (Client method: get_reposted_by)

Post Creation & Management

  • βœ… send_post - Create a new text post (Client method: send_post)
  • βœ… send_image - Send a post with a single image (Client method: send_image)
  • βœ… send_images - Send a post with multiple images (Client method: send_images)
  • βœ… send_video - Send a post with a video (Client method: send_video)
  • βœ… delete_post - Delete a post (Client method: delete_post)
  • βœ… get_post - Get a specific post (Client method: get_post)
  • βœ… get_posts - Get multiple posts (Client method: get_posts)

Run from local clone of repo.

{
    "mcpServers": {
        "bluesky-social": {
            "command": "uv",
            "args": [
                "--directory",
                "/ABSOLUTE/PATH/TO/PARENT/FOLDER/bluesky-social-mcp",
                "run",
                "server.py"
            ]
            "env": {
                "BLUESKY_IDENTIFIER": "user-name.bsky.social‬",
                "BLUESKY_APP_PASSWORD": "app-password-here"
            }
        }
    }
}

Dev Setup

  1. Install dependencies:

    uv sync
    
  2. Run the server:

    uv run bluesky-social-mcp
    

Debug with MCP Inspector

mcp dev server.py
mcp dev server.py --with-editable .

Run the tests

  • I run the tests against the actual Bluesky server.
  • The tests will use BLUESKY_IDENTIFIER, and BLUESKY_APP_PASSWORD env vars.
uv run pytest

Related MCP Servers

06ketan/substack-ops

🐍 🏠 - Substack with zero AI API keys. 26 tools (posts, notes, comments, replies, reactions, restacks). Host LLM drafts via proposereply β†’ confirmreply tokens. SQLite dedup, JSONL audit, dry-run default. Install: uvx substack-ops mcp install cursor.

🌐 Social Media0 views
abhineet34/linkedin-mcp-server

πŸ“‡ 🏠 - Local LinkedIn MCP server for posting to LinkedIn from Claude. 9 tools β€” create/edit/delete posts (text, image, article), upload images, fetch profile, look up company pages, and check follower counts. Uses the official LinkedIn REST API with OAuth 2.0 (wmembersocial, OIDC).

🌐 Social Media0 views
anwerj/youtube-uploader-mcp

🏎️ ☁️ - AI‑powered YouTube uploaderβ€”no CLI, no YouTube Studio. Uploade videos directly from MCP clients with all AI capabilities.

🌐 Social Media0 views
arjun1194/insta-mcp

πŸ“‡ 🏠 - Instagram MCP server for analytics and insights. Get account overviews, posts, followers, following lists, post insights, and search for users, hashtags, or places.

🌐 Social Media0 views

Engagement

Views
0
Installs
0
Upvotes
0

Views and upvotes are unique per visitor network (hashed IP). Installs count copy actions.

Status

Health: Not checked yet

We have not completed a health check for this listing yet.

No check timestamp yet.

Unclaimed listing (imported or pending owner verification). Claim it β†’
β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Claim this listing

Promote this listing

Optional paid placement. Free listings stay free forever.

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.