Skip to content

Instantly share code, notes, and snippets.

@ThomasMillerJr
ThomasMillerJr / install.sh
Created May 14, 2026 22:04
Content Explorer — Claude Desktop installer (macOS)
#!/usr/bin/env bash
# Content Explorer — Claude Desktop installer (macOS)
#
# Wires the Saturday Social content-explorer MCP server into Claude Desktop's
# config so the new chat tools (search/browse/find-similar over indexed Drive
# media) become available. Safe to re-run.
#
# One-liner install:
# curl -fsSL https://raw.githubusercontent.com/ThomasMillerJr/content-explorer-mcp/main/scripts/install.sh | bash
#