MCP.so
登录

mcp-server-bluesky

@morinokami

关于 mcp-server-bluesky

MCP server for interacting with Bluesky

基本信息

分类

其他

许可证

MIT

运行时

node

传输方式

stdio

发布者

morinokami

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "bluesky": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-bluesky"
      ],
      "env": {
        "BLUESKY_USERNAME": "username",
        "BLUESKY_PASSWORD": "password",
        "BLUESKY_PDS_URL": "https://bsky.social"
      }
    }
  }
}

工具

7

`bluesky_follow`

`bluesky_get_follows`

`bluesky_search_posts`

`bluesky_delete_post`

`bluesky_delete_repost`

`bluesky_get_post_thread`

`bluesky_like`

概览

What is mcp-server-bluesky?

mcp-server-bluesky is an MCP server that integrates with the Bluesky social network. It enables users to interact with Bluesky through natural language via tools for managing profiles, posts, follows, likes, and more.

How to use mcp-server-bluesky?

Configure the server in your MCP client (e.g., Claude Desktop) using npx with environment variables BLUESKY_USERNAME and BLUESKY_PASSWORD. Optionally set BLUESKY_PDS_URL (defaults to https://bsky.social). Once configured, invoke any of the provided tools.

Key features of mcp-server-bluesky

  • Manage user profiles and view followers/follows
  • Create, delete, and search posts
  • Follow and unfollow other users
  • Interact with posts (like, repost, delete actions)
  • View timeline and post threads

Use cases of mcp-server-bluesky

  • Automate Bluesky posting through an AI assistant
  • Search for posts on specific topics or keywords
  • Manage your follow list programmatically
  • Engage with content by liking and reposting
  • Monitor your timeline or review post threads

FAQ from mcp-server-bluesky

What credentials are required to use mcp-server-bluesky?

You must set the BLUESKY_USERNAME and BLUESKY_PASSWORD environment variables with your Bluesky account credentials.

Can I use a custom Bluesky PDS?

Yes, set the BLUESKY_PDS_URL environment variable. If not specified, it defaults to https://bsky.social.

What

评论

其他 分类下的更多 MCP 服务器