Bluesky MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BLUESKY_HANDLE | Yes | Your Bluesky handle (e.g., you.bsky.social) | |
| BLUESKY_APP_PASSWORD | Yes | Your Bluesky App Password (generated from Settings → App Passwords) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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