Bluesky Context Server

by laulauland

Integrations

  • Provides API access to Bluesky instances, allowing queries to the Bluesky social media platform.

Bluesky コンテキスト サーバー

MCP クライアントが Bluesky インスタンスをクエリできるようにするシンプルな MCP サーバー。

使用法

Smithery経由でインストール

Smithery経由で Claude Desktop 用の Bluesky Context Server を自動的にインストールするには:

npx -y @smithery/cli install @laulauland/bluesky-context-server --client claude

手動でインストールする

  1. コードをコンピューターのどこかに置きます。
  2. MCP サーバーを使用するように Claude デスクトップ アプリを構成します。
// ~/Library/Application Support/Claude/config.json { "mcpServers": { "bluesky": { "command": "/Users/laurynas-fp/.bun/bin/bun", "args": [ "<path_to_this_directory>/bluesky-context-server/index.ts" ], "env": { "BLUESKY_APP_KEY": "", "BLUESKY_IDENTIFIER": "" } } } }
-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

MCP クライアントが Bluesky インスタンスをクエリできるようにするシンプルな MCP サーバー。

  1. Usage
    1. Installing via Smithery
    2. Installing manually
ID: 5bnnwuqdku