mcp-server-bluesky
by morinokami
MCP server specifically designed for interacting with the Bluesky social network. It provides a set of tools for performing various actions on the Bluesky platform.
View on GitHub
Last updated: N/A
mcp-server-bluesky
MCP server for Bluesky.
Usage with Claude Desktop
{
"mcpServers": {
"bluesky": {
"command": "npx",
"args": ["-y", "mcp-server-bluesky"],
"env": {
"BLUESKY_USERNAME": "username",
"BLUESKY_PASSWORD": "password",
"BLUESKY_PDS_URL": "https://bsky.social"
}
}
}
}
The BLUESKY_PDS_URL
is optional and defaults to https://bsky.social
if not specified.
Tools
bluesky_get_profile
bluesky_follow
bluesky_delete_follow
bluesky_get_follows
bluesky_get_followers
bluesky_search_posts
bluesky_post
bluesky_delete_post
bluesky_repost
bluesky_delete_repost
bluesky_get_timeline
bluesky_get_post_thread
bluesky_get_likes
bluesky_like
bluesky_delete_like