MCP.so
ログイン

mcp-server-bluesky

@morinokami

mcp-server-bluesky について

MCP server for interacting with Bluesky

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

node

トランスポート

stdio

公開者

morinokami

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

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

ツール

7

`bluesky_follow`

`bluesky_get_follows`

`bluesky_search_posts`

`bluesky_delete_post`

`bluesky_delete_repost`

`bluesky_get_post_thread`

`bluesky_like`

概要

What is mcp-server-bluesky?

mcp-server-bluesky is an MCP server that integrates with the Bluesky social network. It enables users to interact with Bluesky through natural language via tools for managing profiles, posts, follows, likes, and more.

How to use mcp-server-bluesky?

Configure the server in your MCP client (e.g., Claude Desktop) using npx with environment variables BLUESKY_USERNAME and BLUESKY_PASSWORD. Optionally set BLUESKY_PDS_URL (defaults to https://bsky.social). Once configured, invoke any of the provided tools.

Key features of mcp-server-bluesky

  • Manage user profiles and view followers/follows
  • Create, delete, and search posts
  • Follow and unfollow other users
  • Interact with posts (like, repost, delete actions)
  • View timeline and post threads

Use cases of mcp-server-bluesky

  • Automate Bluesky posting through an AI assistant
  • Search for posts on specific topics or keywords
  • Manage your follow list programmatically
  • Engage with content by liking and reposting
  • Monitor your timeline or review post threads

FAQ from mcp-server-bluesky

What credentials are required to use mcp-server-bluesky?

You must set the BLUESKY_USERNAME and BLUESKY_PASSWORD environment variables with your Bluesky account credentials.

Can I use a custom Bluesky PDS?

Yes, set the BLUESKY_PDS_URL environment variable. If not specified, it defaults to https://bsky.social.

What

コメント

「その他」の他のコンテンツ