Provides API access to Bluesky instances, allowing queries to the Bluesky social media platform.
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": ""
}
}
}
}
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
A simple MCP server that can enable MCP clients to query Bluesky instances.
Related MCP Servers
- AsecurityAlicenseAqualityAn MCP server to interact with a Tinybird Workspace from any MCP client.Last updated -73Apache 2.0
- -securityAlicense-qualityThis MCP server provides connection to Starrocks allows you to explore this query engine with minimum effort.Last updated -1MIT License
- -securityFlicense-qualityA simple MCP server that provides read-only access to Cloudways hosting resources, including servers, applications, monitoring data, and team management features.Last updated -3