trackmcp
Back to directory
morinokami

mcp-server-bluesky

View on GitHub

MCP server for interacting with Bluesky

10 stars TypeScriptServers & Infrastructure Updated Jun 12, 2025

Documentation

mcp-server-bluesky

MCP server for Bluesky.

Usage with Claude Desktop

json
{
  "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`

Frequently asked questions

What is mcp-server-bluesky?

mcp-server-bluesky is MCP server for interacting with Bluesky

How do I install mcp-server-bluesky?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is mcp-server-bluesky open source?

Yes — it is hosted on GitHub at https://github.com/morinokami/mcp-server-bluesky and has 10 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP