MCP Servers Logo

README.md

Bluesky Context Server

A simple MCP server that can enable MCP clients to query Bluesky instances.

Usage

  1. Place the code somewhere on your computer.
  2. 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

A simple MCP server that can enable MCP clients to query Bluesky instances.

Package Information

5 stars
Updated 12/3/2024
Created 11/29/2024
No license License

Contributors