CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

uluesky

pipeworx-io/mcp-bluesky
21 toolsHTTPregistry active
Summary

Wraps the AT Protocol API to pull data from Bluesky directly into Claude. You get seven tools: look up profiles by handle, fetch user timelines and followers, pull posts from algorithmic feeds like "discover" or "what's hot", retrieve full conversation threads, and resolve handles to DIDs. No posting or write operations, just read access to public Bluesky data. Part of the Pipeworx gateway, which means you can either connect to this server standalone or access it through their unified endpoint alongside 670+ other data sources. Useful when you need to analyze Bluesky accounts, track conversations, or pull social context into your workflows without leaving your MCP client.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

21 tools
get-my-handle-and-didReturn the handle and did of the currently authenticated user for this blusesky session. Useful for when someone asks information about themselves using "me" or "my" on bluesky.

Return the handle and did of the currently authenticated user for this blusesky session. Useful for when someone asks information about themselves using "me" or "my" on bluesky.

No parameter schema in public metadata yet.

get-timeline-postsFetch your home timeline from Bluesky, which includes posts from all of the people you follow in reverse chronological order2 params

Fetch your home timeline from Bluesky, which includes posts from all of the people you follow in reverse chronological order

Parameters* required
typestring
Whether count represents number of posts or hours to look backone of posts · hours
countnumber
Number of posts to fetch or hours to look back
create-postCreate a new post on Bluesky2 params

Create a new post on Bluesky

Parameters* required
textstring
The content of your post
replyTostring
Optional URI of post to reply to
get-profileGet a user's profile from Bluesky1 params

Get a user's profile from Bluesky

Parameters* required
handlestring
The handle of the user (e.g., alice.bsky.social)
search-postsSearch for posts on Bluesky3 params

Search for posts on Bluesky

Parameters* required
sortstring
Sort order for search results - 'top' for most relevant or 'latest' for most recentone of top · latestdefault: top
limitnumber
Number of results to fetch (1-100)default: 50
querystring
Search query
get-post-threadGet a full conversation thread for a specific post, showing replies and context1 params

Get a full conversation thread for a specific post, showing replies and context

Parameters* required
uristring
URI of the post to fetch the thread for (e.g., at://did:plc:abcdef/app.bsky.feed.post/123)
convert-url-to-uriConvert a Bluesky web URL to an AT URI format that can be used with other tools1 params

Convert a Bluesky web URL to an AT URI format that can be used with other tools

Parameters* required
urlstring
Bluesky post URL to convert (e.g., https://bsky.app/profile/username.bsky.social/post/postid)
search-peopleSearch for users/actors on Bluesky2 params

Search for users/actors on Bluesky

Parameters* required
limitnumber
Number of results to fetch (1-100)default: 20
querystring
Search query for finding users
search-feedsSearch for custom feeds on Bluesky2 params

Search for custom feeds on Bluesky

Parameters* required
limitnumber
Number of results to fetch (1-100)default: 10
querystring
Search query for finding feeds
get-liked-postsGet a list of posts that the authenticated user has liked1 params

Get a list of posts that the authenticated user has liked

Parameters* required
limitnumber
Maximum number of liked posts to fetch (1-100)default: 50
get-trendsGet current trending topics on Bluesky2 params

Get current trending topics on Bluesky

Parameters* required
limitnumber
Number of trending topics to fetch (1-50)default: 10
includeSuggestedboolean
Whether to include suggested topics in addition to trending topicsdefault: false
like-postLike a post on Bluesky1 params

Like a post on Bluesky

Parameters* required
uristring
The URI of the post to like
follow-userFollow a user on Bluesky1 params

Follow a user on Bluesky

Parameters* required
handlestring
The handle of the user to follow
get-pinned-feedsGet the authenticated user's pinned feeds and lists.

Get the authenticated user's pinned feeds and lists.

No parameter schema in public metadata yet.

get-feed-postsFetch posts from a specified feed3 params

Fetch posts from a specified feed

Parameters* required
feedstring
The URI of the feed to fetch posts from (e.g., at://did:plc:abcdef/app.bsky.feed.generator/whats-hot)
typestring
Whether count represents number of posts or hours to look backone of posts · hours
countnumber
Number of posts to fetch or hours to look back
get-list-postsFetch posts from users in a specified list3 params

Fetch posts from users in a specified list

Parameters* required
liststring
The URI of the list (e.g., at://did:plc:abcdef/app.bsky.graph.list/listname)
typestring
Whether count represents number of posts or hours to look backone of posts · hours
countnumber
Number of posts to fetch or hours to look back
get-user-postsFetch posts from a specific user3 params

Fetch posts from a specific user

Parameters* required
typestring
Whether count represents number of posts or hours to look backone of posts · hours
userstring
The handle or DID of the user (e.g., alice.bsky.social)
countnumber
Number of posts to fetch or hours to look back
get-followsGet a list of users that a person follows2 params

Get a list of users that a person follows

Parameters* required
userstring
The handle or DID of the user (e.g., alice.bsky.social)
limitnumber
Maximum number of follows to fetch (1-500)default: 500
get-followersGet a list of users that follow a person2 params

Get a list of users that follow a person

Parameters* required
userstring
The handle or DID of the user (e.g., alice.bsky.social)
limitnumber
Maximum number of followers to fetch (1-500)default: 500
get-post-likesGet information about users who have liked a specific post2 params

Get information about users who have liked a specific post

Parameters* required
uristring
The URI of the post to get likes for (e.g., at://did:plc:abcdef/app.bsky.feed.post/123)
limitnumber
Maximum number of likes to fetch (1-100)default: 100
list-resourcesList all available MCP resources with their descriptions

List all available MCP resources with their descriptions

No parameter schema in public metadata yet.

mcp-bluesky

Bluesky MCP — wraps the AT Protocol API

Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.

Tools

ToolDescription
get_profileLook up a Bluesky user's profile by handle (e.g., "alice.bsky.social"). Returns display name, bio, follower/following counts, avatar, and verification status.
get_postsFetch recent posts from a Bluesky user's timeline. Returns post text, timestamps, likes, reposts, reply counts, and threaded replies.
get_feedGet posts from a Bluesky feed (e.g., "discover", "what's-hot"). Returns recent posts with authors, timestamps, and engagement counts.
get_followersGet a user's followers on Bluesky by handle. Returns follower profiles including handles, display names, bios, and follower counts.
get_followsGet accounts a Bluesky user follows by handle. Returns followed profiles with handles, display names, bios, and descriptions.
get_threadFetch a post thread by URI. Returns the parent post and all replies in conversation order with timestamps, authors, and engagement data.
resolve_handleConvert a Bluesky handle to its DID (decentralized identifier). Returns the DID for programmatic account lookups.

Quick Start

Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):

{
  "mcpServers": {
    "bluesky": {
      "url": "https://gateway.pipeworx.io/bluesky/mcp"
    }
  }
}

Or connect to the full Pipeworx gateway for access to all 673+ data sources:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English:

ask_pipeworx({ question: "your question about Bluesky data" })

The gateway picks the right tool and fills the arguments automatically.

More

  • All tools and guides
  • pipeworx.io

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Registryactive
TransportHTTP
UpdatedApr 1, 2026
View on GitHub