gwbischof/bluesky-social-mcp
An MCP server for interacting with Bluesky via the atproto client.
Quick Start
Clone the repository:
git clone https://github.com/gwbischof/bluesky-social-mcpClaude Desktop configuration example:
{
"mcpServers": {
"bluesky-social-mcp": {
"command": "npx",
"args": [
"-y",
"gwbischof/bluesky-social-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.