social

Bluesky MCP Server

Community MCP server for Bluesky. Post, search, follow, like, repost, and read your timeline on the decentralized social network directly from Claude.

Pricing: free Free. Bluesky accounts are free — uses AT Protocol credentials directly, no API costs.
View on GitHub
mcp-server-bluesky
Website

Features

  • Create and delete posts on Bluesky
  • Search posts across the entire network
  • Follow and unfollow users programmatically
  • Like, repost, and manage engagement
  • Read home timeline and full discussion threads
  • View user profiles, followers, and following lists

Setup Instructions

1. Install via npx — no global install needed: ``json { "mcpServers": { "bluesky": { "command": "npx", "args": ["-y", "mcp-server-bluesky"], "env": { "BLUESKY_USERNAME": "your_handle.bsky.social", "BLUESKY_PASSWORD": "your_app_password" } } } } `` 2. Generate an App Password in Bluesky Settings > App Passwords 3. Add the config above to your Claude MCP settings 4. Restart Claude and verify the connection

Added: 2026-02-26