Bluesky Context Server
A simple MCP server that can enable MCP clients to query Bluesky instances.
Usage
Installing via Smithery
To install Bluesky Context Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @laulauland/bluesky-context-server --client claude
Installing manually
- Place the code somewhere on your computer.
- Configure your Claude Desktop app to use the MCP server.
// ~/Library/Application Support/Claude/config.json
{
"mcpServers": {
"bluesky": {
"command": "/Users/laurynas-fp/.bun/bin/bun",
"args": [
"<path_to_this_directory>/bluesky-context-server/index.ts"
],
"env": {
"BLUESKY_APP_KEY": "",
"BLUESKY_IDENTIFIER": ""
}
}
}
}
Bluesky Context Server
Project Details
- keturiosakys/bluesky-context-server
- MIT License
- Last Updated: 5/8/2025
Recomended MCP Servers
Claude Server is an MCP implementation that enhances Claude's capabilities by providing sophisticated context management across sessions, enabling...
MCP server for Redmine
Six Degrees of Domain Admin
Simplest remote MCP server implementation
Klavis AI (YC X25): Open Source MCP integration for AI applications
Allow MCP clients like claude-desktop to use rooms to coordinate with other agents
This read-only MCP Server allows you to connect to Workday data from Claude Desktop through CData JDBC Drivers....
A MCP server that supports mainstream eBook formats including EPUB, PDF and more. Simplify your eBook user experience...
📝 A FastMCP tool that automatically saves AI chat conversations to well-formatted Markdown files with timestamps and metadata.
A Slack MCP server





