bsky-mcp-server
A server that connects to Bluesky and allows users to interact with the ATProtocol using natural language.
The Bluesky MCP Server enables users to leverage the Model Context Protocol to seamlessly integrate Bluesky's features into their applications. By using natural language commands, users can fetch recent posts, analyze feeds, and even generate content to post directly to Bluesky. This server acts as a bridge between the Bluesky platform and LLM-based applications, enhancing user interaction with social media data. With a variety of tools available, users can explore followers, trends, and specific user posts, making it easier to gather insights and engage with the community. The server's capabilities allow for a more intuitive experience, as users can simply ask questions or give commands to retrieve information, making social media interaction more accessible and efficient.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"bsky-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-bsky-mcp-server"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions