MCP.so
ログイン

Bluesky MCP Server

@semioz

Bluesky MCP Server について

mcp server for bluesky. featured in offical mcp server repo.

基本情報

カテゴリ

その他

ランタイム

node

トランスポート

stdio

公開者

semioz

設定

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

{
  "mcpServers": {
    "bluesky-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "@semioz/bluesky-mcp",
        "--client",
        "claude"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Bluesky MCP Server?

The Bluesky MCP Server is a Model Context Protocol server that enables AI assistants (like Claude) to interact with Bluesky via the AT Protocol. It allows users to read and write posts, manage interactions, and view profiles and timelines through MCP-compatible clients.

How to use Bluesky MCP Server?

Install automatically via Smithery (npx -y @smithery/cli install @semioz/bluesky-mcp --client claude) or manually by adding a configuration entry to claude_desktop_config.json with environment variables BLUESKY_IDENTIFIER and BLUESKY_PASSWORD. After setup, the server auto-logs in; you can use the login tool if you need different credentials or if auto-login fails.

Key features of Bluesky MCP Server

  • Authenticate with Bluesky using handle/email and app password
  • Create text posts with optional image uploads (base64)
  • Retrieve single or multiple posts by URI
  • Delete your posts
  • Like/unlike and repost/unrepost content
  • View your profile and timeline (up to 100 posts)
  • Automatic link and mention detection in rich text
  • MCP compatible – works with Claude Desktop and other MCP clients

Use cases of Bluesky MCP Server

  • Let an AI assistant post updates on your Bluesky account
  • Automate reading and responding to your timeline
  • Manage likes and reposts without opening the Bluesky app
  • Fetch and format your timeline for review or summarization
  • Integrate Bluesky interactions into chat-based workflows

FAQ from Bluesky MCP Server

What environment variables do I need?

You must set BLUESKY_IDENTIFIER (your Bluesky handle or email) and BLUESKY_PASSWORD (your Bluesky app password) in the Claude Desktop config file.

When should I use the login tool?

The server auto-logs in using environment variables. Use the login tool if you haven’t set those variables, want to use different credentials, or auto-login failed.

Can I create posts with images?

Yes. The create-post tool accepts an optional images array containing base64-encoded image data and the MIME type (e.g., image/jpeg).

How do I get my timeline?

Use the get-timeline tool with an optional limit parameter (maximum 100). The format-timeline prompt can then format the returned data with author info, text, engagement metrics, timestamps, and embedded content.

How does authentication work?

Credentials are provided via environment variables or the login tool. The server uses the AT Protocol to authenticate with Bluesky; an app password is required, not your main account password.

コメント

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