GitHub Stats

    Stars

    24

    Forks

    7

    Release Date

    4/9/2025

    about 2 months ago

    Detailed Description

    Bluesky Context Server

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

    Star History

    Star History

    Nov 29Dec 1Dec 3Dec 12Jan 16Feb 26Mar 7Mar 13Mar 16May 8Jun 2106121824
    Powered by MSeeP Analytics

    About the Project

    This app has not been claimed by its owner yet.

    Claim Ownership

    Receive Updates

    Security Updates

    Get notified about trust rating changes

    to receive email notifications.