MCP ExplorerExplorer

Mcp Server Bluesky

@morinokamion 9 months ago
11 MIT
FreeCommunity
AI Systems
MCP server for interacting with Bluesky

Overview

What is Mcp Server Bluesky

mcp-server-bluesky is an MCP server designed for interacting with the Bluesky social media platform, allowing users to perform various actions such as posting, following, and retrieving user profiles.

Use cases

Use cases include automating social media interactions, managing user profiles, analyzing social media engagement, and integrating Bluesky functionalities into applications.

How to use

To use mcp-server-bluesky, you need to set it up with the command ‘npx -y mcp-server-bluesky’ and provide your Bluesky username and password in the environment variables.

Key features

Key features include tools for getting profiles, following and unfollowing users, searching posts, posting content, managing likes, and retrieving timelines and post threads.

Where to use

undefined

Content

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

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers