Back to Apps

BSky MCP
by mattn
Interact with Bluesky social directly from your AI assistant to post, search, and manage your profile.
0 stars
Works in:claude
Exposes:Tools
What it does
Connects your AI assistant to the Bluesky social network via the AT Protocol. It allows the AI to read timelines, search for users and posts, manage profiles, and create new content on your behalf.
Tools
bluesky_timeline: Show timeline postsbluesky_post: Create a new postbluesky_search: Search postsbluesky_show_profile: Show a user profilebluesky_search_actors: Search for usersbluesky_thread: Show a post threadbluesky_notification: Show notificationsbluesky_like: Like a postbluesky_repost: Repost a postbluesky_follow: Follow a user
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"bsky": {
"command": "bsky",
"args": ["mcp"]
}
}
}
Supported hosts
- Claude Desktop
- Claude Code
Quick install
go install github.com/mattn/bsky@latestInformation
- Pricing
- free
- Published
- 6/5/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"bsky": {
"command": "bsky",
"args": ["mcp"]
}
}
}





