Update mcp-server-setup.md
2af5b718e5bb jacobcole 2026-04-23 1 file
index ba809da..9813d0d 100644
@@ -109,6 +109,24 @@ Edit `~/Library/Application Support/Claude/claude_desktop_config.json`:
Restart the app.
+### Claude connector (Claude Desktop / Claude.ai — no local install)
+
+Claude Desktop and Claude.ai both support remote MCP servers via **Settings → Connectors → Add custom connector**. This is the zero-install path — no `npm`, no config file, no node runtime on your machine. It needs a hosted HTTP endpoint (see **Deploy the HTTP transport** below, or use the shared `https://mcp.wikihub.md/mcp` once it's up).
+
+1. In Claude (Desktop or claude.ai) open **Settings → Connectors** → **Add custom connector**.
+2. Fill in:
+ - **Name:** `WikiHub`
+ - **Description:** *Read and write your WikiHub pages*
+ - **Remote MCP server URL:** `https://mcp.wikihub.md/mcp`
+3. Advanced settings → **Custom headers**:
+ - Header name: `Authorization`
+ - Header value: `Bearer wh_yourkey`
+
+ If the UI has no custom-header field (some older Claude Desktop builds ship with OAuth-only fields), use the `?key=` fallback instead — change the URL to `https://mcp.wikihub.md/mcp?key=wh_yourkey`. Treat that URL like a password; the key is per-user and revocable.
+4. Save. Start a new chat and the `wikihub_*` tools appear in the tool picker.
+
+What the connector gets you: all 17 `wikihub_*` tools plus the ChatGPT-DR `search`/`fetch` aliases, with your own identity and ACL — so private pages you can read, Claude can read; public-edit wikis you want to post to, Claude can post to.
+
### ChatGPT (custom connector / Deep Research)
Requires the HTTP transport deployed behind TLS — see **Deploy the HTTP transport** below.