Bluesky MCP Server 配置与使用说明

📦
安装方式npx
⚠️
风险等级中风险
🔑
API Key需要
💻
客户端3 个支持

Bluesky 社交平台集成,支持读取帖子、搜索用户和获取时间线

中风险 场景:搜索与知识库 核验:2026-05-18 状态:部分核验

支持客户端

安装命令

npx -y bluesky-context-server

配置示例

{
  "mcpServers": {
    "bluesky": {
      "command": "npx",
      "args": [
        "-y",
        "bluesky-context-server"
      ],
      "env": {
        "BLUESKY_IDENTIFIER": "<your-handle.bsky.social>",
        "BLUESKY_APP_PASSWORD": "<your-app-password>"
      }
    }
  }
}

需要设置环境变量:BLUESKY_IDENTIFIER, BLUESKY_APP_PASSWORD。不要把这些值提交到公开仓库。

权限范围与安全提示

需要 Bluesky App Password,可读取账号数据,建议使用专用 App Password

风险评分:3/10

常见报错

认证失败
在 Bluesky Settings > App Passwords 生成专用密码
用户不存在
确认 handle 格式正确(如 username.bsky.social)

来源

最近核验:2026-05-18。客户端版本和配置格式可能变化,使用前请以官方文档为准。

相关工具