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 Model Context Protocol (MCP) server providing access to Google Search Console
MCP to explore websites with llms.txt files
An open-source MCP server for integrating Wazuh security data with LLMs (such as the Claude Desktop App). This...
Web search using free google search (NO API KEYS REQUIRED)
Databricks MCP Server
High-performance FastAPI server implementing Model Context Protocol (MCP) for seamless integration with Large Language Models (LLMs). Built with...
A Model Context Protocol (MCP) server that enables AI assistants to interact with IDA Pro for reverse engineering...
MCP Server for kubernetes management and analyze workload status
K8s-mcp-server is a Model Context Protocol (MCP) server that enables AI assistants like Claude to securely execute Kubernetes...
一个用来实现简单页面倒计时的轻量级工具





