Skip to main content
Glama

Bluesky Context Server

by laulauland

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

  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": "" } } } }
-
security - not tested
A
license - permissive license
-
quality - not tested

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.

  1. Usage
    1. Installing via Smithery
    2. Installing manually

Related MCP Servers

  • A
    security
    A
    license
    A
    quality
    An MCP server that provides tools for interacting with Supabase databases, storage, and edge functions.
    Last updated -
    14
    41
    JavaScript
    MIT License
  • A
    security
    A
    license
    A
    quality
    MCP for working with GraphQL servers.
    Last updated -
    2
    733
    170
    TypeScript
    MIT License
    • Apple
  • A
    security
    A
    license
    A
    quality
    Easily find MCP servers using our MCP registry. Search with natural language.
    Last updated -
    1
    3
    JavaScript
    MIT License
  • -
    security
    A
    license
    -
    quality
    A lightweight mcp server that tells you exactly where you are.
    Last updated -
    Python
    MIT License

View all related MCP servers

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/laulauland/bluesky-context-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server