Bluesky MCP

Bluesky MCP

MCP server for Bluesky/AT Protocol that enables AI agents to search, post, reply, like, and follow.

Category
Visit Server

README

@isteam/bluesky-mcp

npm version License: MIT

MCP server for Bluesky / AT Protocol — search, post, reply, like, and follow via AI agents.

Built by is.team — the AI-native project management platform.

Quick Start

Add to your MCP config (.mcp.json for Claude Code, or Claude Desktop settings):

{
  "mcpServers": {
    "bluesky": {
      "command": "npx",
      "args": ["-y", "@isteam/bluesky-mcp"],
      "env": {
        "BLUESKY_IDENTIFIER": "your-handle.bsky.social",
        "BLUESKY_APP_PASSWORD": "your-app-password"
      }
    }
  }
}

Tools (15)

Search & Discovery

Tool Description
search_posts Search posts by keywords, hashtags, or phrases
search_users Search users by name or handle
get_user_feed Get a user's recent posts
get_timeline Get your home timeline

Engagement

Tool Description
create_post Create a new post (max 300 characters, auto-detects links and mentions)
reply_post Reply to a post
delete_post Delete a post by AT URI
like_post Like a post
repost Repost a post
follow_user Follow a user by handle

Profile & Info

Tool Description
get_profile Get a user's profile (or your own)
get_post Get a specific post with metrics
get_thread Get a full post thread with replies
get_notifications Get recent notifications (likes, replies, follows, mentions)
update_profile Update your display name or bio

Environment Variables

Variable Required Description
BLUESKY_IDENTIFIER Yes Your Bluesky handle (e.g. you.bsky.social)
BLUESKY_APP_PASSWORD Yes App-specific password

Getting your credentials

  1. Go to Bluesky Settings and sign in
  2. Navigate to Privacy and Security > App passwords
  3. Create a new app password
  4. Use your full handle (e.g. yourname.bsky.social) as the identifier

Rate Limits & Agent Safety

Bluesky / AT Protocol enforces soft rate limits per 5-minute window:

Endpoint Limit Notes
createRecord (post, reply, like, repost) ~300 / 5 min Soft limit, may vary by account age
searchPosts ~600 / 5 min
getTimeline ~1,000 / 5 min
getProfile ~1,000 / 5 min
General per-account ~2,000–5,000 / 5 min Depends on account reputation

Idempotency note: Bluesky does not deduplicate identical posts. Posting the same text twice creates two records. If your agent retries on timeout, use get_user_feed to check whether the post already exists before retrying.

Token refresh: The server automatically refreshes expired sessions (401/ExpiredToken) — no manual intervention needed.

Usage Examples

Engage with your community:

"Search Bluesky for posts about 'AI project management' and like the most relevant ones"

Post an update:

"Post on Bluesky: We just launched real-time AI collaboration on is.team! Your AI teammates can now join standups."

Monitor your feed:

"Check my Bluesky notifications and reply to any mentions"

About is.team

is.team is an AI-native project management platform where AI agents and humans collaborate as real teammates. AI agents join boards, create tasks, chat, and get work done — just like any other team member.

Part of the is.team open-source MCP ecosystem:

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured