Back to MCP Servers
Bluesky Social
An MCP server for interacting with Bluesky via the atproto client.
social-media
By gwbischof
Installation
npx -y bluesky-social-mcpConfiguration
{
"mcpServers": {
"bluesky-social-mcp": {
"command": "npx",
"args": ["-y", "bluesky-social-mcp"]
}
}
}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