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
by laulauland
Project Details
- laulauland/bluesky-context-server
- MIT License
- Last Updated: 4/9/2025
Recomended MCP Servers
🧩
Investor Agent
A Model Context Protocol server for building an investor agent
RunPod
🧩
IcebergMCP
Zotero MCP Server
MCP server to expose local zotero repository to MCP clients
TikTok Integration
Model Context Protocol (MCP) with TikTok integration
🧩
Drawing Tool for AI Assistants
Playwright CDP
🧩
Image Generation Server
MCP server enabling Image Generation for LLMs, built in Python and integrated with Together AI.
PlayCanvas Editor MCP Server
MCP Server for AI automation of the PlayCanvas Editor
Giphy API Integration
An implementation of Giphy integration with Model Context Protocol
Lightdash MCP Server
A MCP(Model Context Protocol) server that accesses to Lightdash
🧩
Code MCP
Coding assistant MCP for Claude Desktop





