- Explore MCP Servers
- mcp-server-bluesky
Mcp Server Bluesky
What is Mcp Server Bluesky
mcp-server-bluesky is an MCP server designed for interacting with the Bluesky social media platform, allowing users to perform various actions such as posting, following, and retrieving user profiles.
Use cases
Use cases include automating social media interactions, managing user profiles, analyzing social media engagement, and integrating Bluesky functionalities into applications.
How to use
To use mcp-server-bluesky, you need to set it up with the command ‘npx -y mcp-server-bluesky’ and provide your Bluesky username and password in the environment variables.
Key features
Key features include tools for getting profiles, following and unfollowing users, searching posts, posting content, managing likes, and retrieving timelines and post threads.
Where to use
undefined
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Mcp Server Bluesky
mcp-server-bluesky is an MCP server designed for interacting with the Bluesky social media platform, allowing users to perform various actions such as posting, following, and retrieving user profiles.
Use cases
Use cases include automating social media interactions, managing user profiles, analyzing social media engagement, and integrating Bluesky functionalities into applications.
How to use
To use mcp-server-bluesky, you need to set it up with the command ‘npx -y mcp-server-bluesky’ and provide your Bluesky username and password in the environment variables.
Key features
Key features include tools for getting profiles, following and unfollowing users, searching posts, posting content, managing likes, and retrieving timelines and post threads.
Where to use
undefined
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
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_profilebluesky_followbluesky_delete_followbluesky_get_followsbluesky_get_followersbluesky_search_postsbluesky_postbluesky_delete_postbluesky_repostbluesky_delete_repostbluesky_get_timelinebluesky_get_post_threadbluesky_get_likesbluesky_likebluesky_delete_like
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










