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
Browser Use (used by Deploya.dev)
🧩
Gemini Image Generator
MCP server for AI image generation and editing using Google's Gemini Flash models. Create images from text prompts...
🧩
GCP Management
🧩
DBT CLI MCP Server
DBT CLI MCP Server
Bucket
JS/TS SDKs for Bucket.co
DataGov Israel Server
MCP server for Israel Government Data
🧩
Test Runner
🧩
Email Processing Server
Pushover Notification
A MCP implementation for sending notifications via Pushover
Trino MCP Server
A high-performance Model Context Protocol (MCP) server for Trino implemented in Go.
Perplexity Web Search Server
A perplexity MCP server
Zotero MCP Server
MCP server to expose local zotero repository to MCP clients





