Social
Bluesky MCP by iSteam
Search posts, create content, engage with the AT Protocol ecosystem. 15 tools.
N/A rating (0 reviews)0 installs2 GitHub stars
blueskyat-protocolsocial-mediaai-agentsisteam
Compatible with
Claude DesktopCursorWindsurf
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"bluesky": {
"env": {
"BLUESKY_IDENTIFIER": "your-handle.bsky.social",
"BLUESKY_APP_PASSWORD": "your-app-password"
},
"args": [
"-y",
"@isteam/bluesky-mcp"
],
"command": "npx"
}
}
}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.