Claude Desktop
Claude Desktop is Anthropic's Mac / Windows desktop app. This guide walks through adding Norn's MCP server to it. If you haven't yet, read the MCP overview first.
Claude Desktop's built-in "Connectors" panel lists Anthropic-approved MCP servers from the Software Directory. Norn is applying for that directory — once approved, connection will be one click. Until then, connect Norn as a custom connector.
Option A — Connectors UI (recommended)
Requires a recent Claude Desktop version.
- Open Claude Desktop → Settings → Connectors.
- Click "Add Custom Connector" (button wording varies between releases — look for "Custom", "Add server", or a icon in the Connectors area).code
+ - Enter:
- Name: code
Norn - URL: code
https://norn-data.com/mcp - Transport: code
HTTP (streamable)
- Name:
- Claude Desktop opens a browser window to Norn's login page. Sign in with your Norn credentials and approve the andcode
mcp:readscopes.codemcp:write - Once the browser redirects back, Norn appears in the Connectors panel as Connected.
- Start a new Claude conversation and ask: "List my Norn organizations."
Option B — Config file with codemcp-remote
(older Claude Desktop)
mcp-remoteOlder Claude Desktop builds don't have the Connectors UI and speak MCP over stdio only. To connect to Norn's remote HTTP server from those versions, use the mcp-remote
npx-
Install Node.js (v18 or newer) if you don't already have it.
runs viacodemcp-remote.codenpx -
Edit Claude Desktop's config file.
- macOS: code
~/Library/Application Support/Claude/claude_desktop_config.json - Windows: code
%APPDATA%\Claude\claude_desktop_config.json
Add the
entry insidecodenorn:codemcpServersjson{ "mcpServers": { "norn": { "command": "npx", "args": ["-y", "mcp-remote", "https://norn-data.com/mcp"] } } }If you already have other MCP servers configured, add the
key alongside them — don't overwrite the file.codenorn - macOS:
-
Fully quit and reopen Claude Desktop so it picks up the config.
-
The first time Claude Desktop uses the server,
opens a browser window to Norn's login page. Sign in with your Norn credentials and approve the requested scopes. Subsequent starts reuse the stored session.codemcp-remote -
In a new Claude conversation, ask: "List my Norn organizations."
Which option should you use? If your Claude Desktop has a "Connectors" tab in Settings, use Option A — it's simpler and doesn't require Node.js. Only fall back to Option B if the Connectors UI is missing or your version can't add custom connectors.
Next steps
- Full available tool list — what the assistant can call
- Claude Code setup — same server, different client
- MCP troubleshooting