Bluesky social network integration. Query feeds, search posts, create posts, and manage your Bluesky profile.
npx -y bluesky-context-server
```json
{
"mcpServers": {
"bluesky": {
"command": "npx",
"args": ["-y", "bluesky-context-server"],
"env": { "BLUESKY_HANDLE": "you.bsky.social", "BLUESKY_APP_PASSWORD": "your-pass" }
}
}
}
```
search_postsget_feedcreate_postget_profileBluesky social network integration. Query feeds, search posts, create posts, and manage your Bluesky profile.
Language: TypeScript
Category: Communication