Back to MCP Servers
Bluesky Server
Interact with Bluesky social network for posting, reading feeds, and managing social presence
blueskysocialatprotocommunity
By Community
Installation
npm install -g bluesky-mcp-serverConfiguration
{
"mcpServers": {
"bluesky": {
"command": "npx",
"args": ["-y", "bluesky-mcp-server"],
"env": {
"BLUESKY_HANDLE": "your-handle.bsky.social",
"BLUESKY_APP_PASSWORD": "your-app-password"
}
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes