pipeworx-io/mcp-bluesky
MCP server for Bluesky social network — search posts, get profiles, and browse feeds
Platform-specific configuration:
{
"mcpServers": {
"mcp-bluesky": {
"command": "npx",
"args": [
"-y",
"mcp-bluesky"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Bluesky MCP — wraps the AT Protocol API
Part of the Pipeworx open MCP gateway.
| Tool | Description | |------|-------------| | get_profile | [Public] Get a Bluesky user profile by handle (e.g., "alice.bsky.social") | | get_posts | [Public] Get recent posts from a Bluesky user's feed | | get_feed | [Public] Get posts from a Bluesky feed (default: discover/whats-hot) | | get_followers | [Public] Get a user's followers | | get_follows | [Public] Get accounts that a user follows | | get_thread | [Public] Get a post thread by AT URI | | resolve_handle | [Public] Resolve a Bluesky handle to a DID |
Add to your MCP client config:
{
"mcpServers": {
"bluesky": {
"url": "https://gateway.pipeworx.io/bluesky/mcp"
}
}
}Or use the CLI:
npx pipeworx use blueskyMIT
Loading reviews...