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
- laulauland/bluesky-context-server
- MIT License
- Last Updated: 4/9/2025
Recomended MCP Servers
A lightweight mcp server that tells you exactly what time is it based on your IP.
A Model Context Protocol (MCP) server that provides access to NS (Dutch Railways) travel information through Claude AI....
A Model Context Protocol server for generating charts using QuickChart.io . It allows you to create various types...
Things.app MCP Server
A powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
Sketchup Model Context Protocol
An MCP server to read MCP logs to debug directly inside the client
MCP Server for running Postman Collections with Newman
MCP server for Todoist integration enabling natural language task management with Claude
A Model Context Protocol server for integrating HackMD's note-taking platform with AI assistants.
Model Context Protocol (MCP) tool for search using the Tavily API