Skip to main content
Glama
kud

Bluesky MCP Server

by kud

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BLUESKY_HANDLEYesYour Bluesky handle (e.g., you.bsky.social)
BLUESKY_APP_PASSWORDYesYour Bluesky App Password (generated from Settings → App Passwords)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_postsB

Search Bluesky for posts matching a query.

timelineC

Get the authenticated user's home timeline.

notificationsC

Get the authenticated user's notifications.

profileB

Get a Bluesky profile by handle or DID.

threadA

Get a post and its replies.

postA

Publish a Bluesky post. Requires confirm: true.

thread_postA

Publish a self-thread (each post replies to the previous). Requires confirm: true.

replyC

Reply to a post. Requires confirm: true.

likeC

Like a post. Requires confirm: true.

repostB

Repost a post. Requires confirm: true.

followB

Follow an account. Requires confirm: true.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kud/mcp-bsky'

If you have feedback or need assistance with the MCP directory API, please join our Discord server