T

bluesky-context-server

...
Created 11/29/2024bylaulauland

Language:

TypeScript

Stars:

19

Forks:

2

Bluesky Context Server

smithery badge smithery badge

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

  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": [
				"/bluesky-context-server/index.ts"
			],
			"env": {
				"BLUESKY_APP_KEY": "",
				"BLUESKY_IDENTIFIER": ""
			}
		}
	}
}
Last updated: 4/1/2025

Publisher info

laulauland's avatar

Laurynas Keturakis

Day job: Product engineer @ Fiberplane. Otherwise: exploring languages, interfaces, and build systems when I'm feeling patient

@fiberplane
Amsterdam, Netherlands
43
followers
132
following
63
repos

More MCP servers built with TypeScript

mcp-server-ssh-rails-runner

MCP server that facilitates an SSH connection to a deployed Rails app so you can run Rails REPL commands

By tadasant7
mcp-jina-reader

Jina Reader MCP Server

By wong238
postman-mcp-server

An MCP server that provides access to Postman.

By delano64