Bluesky Context Server

by laulauland

Integrations

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

Bluesky 上下文服务器

一个简单的 MCP 服务器,可以使 MCP 客户端查询 Bluesky 实例。

用法

通过 Smithery 安装

要通过Smithery自动为 Claude Desktop 安装 Bluesky Context Server:

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

手动安装

  1. 将代码放在计算机上的某个位置。
  2. 配置您的 Claude Desktop 应用程序以使用 MCP 服务器。
// ~/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 服务器,可以使 MCP 客户端查询 Bluesky 实例。

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