mcp-server-bluesky
@morinokami
关于 mcp-server-bluesky
MCP server for interacting with Bluesky
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"bluesky": {
"command": "npx",
"args": [
"-y",
"mcp-server-bluesky"
],
"env": {
"BLUESKY_USERNAME": "username",
"BLUESKY_PASSWORD": "password",
"BLUESKY_PDS_URL": "https://bsky.social"
}
}
}
}工具
7`bluesky_follow`
`bluesky_get_follows`
`bluesky_search_posts`
`bluesky_delete_post`
`bluesky_delete_repost`
`bluesky_get_post_thread`
`bluesky_like`
概览
What is mcp-server-bluesky?
mcp-server-bluesky is an MCP server that integrates with the Bluesky social network. It enables users to interact with Bluesky through natural language via tools for managing profiles, posts, follows, likes, and more.
How to use mcp-server-bluesky?
Configure the server in your MCP client (e.g., Claude Desktop) using npx with environment variables BLUESKY_USERNAME and BLUESKY_PASSWORD. Optionally set BLUESKY_PDS_URL (defaults to https://bsky.social). Once configured, invoke any of the provided tools.
Key features of mcp-server-bluesky
- Manage user profiles and view followers/follows
- Create, delete, and search posts
- Follow and unfollow other users
- Interact with posts (like, repost, delete actions)
- View timeline and post threads
Use cases of mcp-server-bluesky
- Automate Bluesky posting through an AI assistant
- Search for posts on specific topics or keywords
- Manage your follow list programmatically
- Engage with content by liking and reposting
- Monitor your timeline or review post threads
FAQ from mcp-server-bluesky
What credentials are required to use mcp-server-bluesky?
You must set the BLUESKY_USERNAME and BLUESKY_PASSWORD environment variables with your Bluesky account credentials.
Can I use a custom Bluesky PDS?
Yes, set the BLUESKY_PDS_URL environment variable. If not specified, it defaults to https://bsky.social.
What
其他 分类下的更多 MCP 服务器
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
ICSS
chokcoco不止于 CSS
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
评论