Connector guide1-minute read9 MCP toolsEnglish · Deutsch · Italiano

如何将 Bluesky 连接到 Cursor — 通过 MCP

从任何 AI 代理在 Bluesky(AT Protocol 社交网络)上阅读和发布。9 个工具,应用密码认证。

HCBy HelpCode teamUpdated 1 min read Open source on GitHub

No credit card · 7-day trial · Self-host alternative available

MCP connector

Bluesky

Read & post on Bluesky (the AT Protocol social network) from any AI agent. 9 tools, app-password auth.

Tools

9

Region

INTL

Category

social

Authentication

Public API

Required env vars

BLUESKY_HANDLEBLUESKY_APP_PASSWORD
Install in one click on Cloud

7-day free trial · No credit card

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Source-available BSL-1.1
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

No install? Use cloud.anythingmcp.com directly.

Sign in, install the Bluesky in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.

Open Cloud

TL;DR

从任何 AI 代理在 Bluesky(AT Protocol 社交网络)上阅读和发布。9 个工具,应用密码认证。

💡 不需要安装?直接使用 cloud.anythingmcp.com 登录,点击 Connectors → Bluesky,粘贴您的凭据,生成 MCP API 密钥 — 完成。无需 Docker,无需 git clone,无需本地服务器。

Bluesky + Cursor

从任何 AI 代理在 Bluesky(AT Protocol 社交网络)上阅读和发布。9 个工具,应用密码认证。

前提条件

请查看连接器中包含的完整设置说明(在您选择连接器时可在应用内商店中查看)。此连接器所需的环境变量为:

BLUESKY_HANDLE, BLUESKY_APP_PASSWORD

第一步 — 获取凭据

此连接器封装了 Bluesky AT Protocol XRPC API(bsky.social)。

设置

  1. 在 Bluesky 应用或网页客户端 → 设置 → 隐私与安全 → 应用密码 → 添加应用密码
  2. 命名(例如 'mcp')并复制生成的 xxxx-xxxx-xxxx-xxxx 密码。应用密码限制了它们的功能 — 切勿使用您的账户密码。
  3. 设置 BLUESKY_HANDLE(例如 you.bsky.social)和 BLUESKY_APP_PASSWORD

…(在应用内连接器说明中继续)

第二步 — 安装适配器

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d

第三步 — 在 Claude 中添加连接器

推荐路径 — 在 claude.ai web 上工作,无需编辑任何配置文件。

  1. 打开 claude.ai/customize/connectors
  2. 点击 "添加自定义连接器"
  3. 填写:
    • 名称: Bluesky
    • URL: https://cloud.anythingmcp.com/mcp
    • 认证: Bearer token → 粘贴您的 MCP API 密钥(来自 AnythingMCP → 个人资料 → MCP API 密钥 → 新密钥
  4. 点击 连接 以授权。

所有工具将在您的聊天中出现 — 开始输入提示。

可用工具

工具功能
bluesky_create_session用处理程序 + 应用密码交换访问 JWT(有效期约 2 小时)和刷新 JWT
bluesky_refresh_session使用刷新 JWT 刷新访问 JWT
bluesky_resolve_handle解析 Bluesky 处理程序(e
bluesky_get_profile获取用户的公共资料:处理程序、did、显示名称、描述、关注者、关注、帖子数量、头像 URL
bluesky_get_timeline获取经过身份验证的用户的主页时间线(关注的时间顺序提要)
bluesky_get_author_feed获取特定用户的帖子(他们的公共提要)
bluesky_search_posts在公共帖子中进行全文搜索
bluesky_create_post发布新帖子
bluesky_delete_post通过其 rkey(记录键,at:// URI 的最后一部分)删除您自己的帖子

常见问题

它是否适用于 Claude Code 和 Claude Desktop? 是的 — 两者都指向 https://cloud.anythingmcp.com/mcp

下一步

这份指南对您有帮助吗?

Ready to ship

Your Bluesky agent is one click away.

Install the connector, paste the key, prompt Cursor. Free for 7 days, no credit card.

相关指南