Prerequisites
- Claude Code installed (
npm i -g @anthropic-ai/claude-code) - An Anthropic account (Claude Pro, Max, Team, or API access)
Setup
Add the MCP server
In your terminal, run:Optional scope:
-s user— available across every project on this machine-s project— saved to.mcp.jsonin the repo (shared with teammates)- default (no flag) — only this project, only you
Authenticate
Start a Claude Code session and run:Select arcus-docs, then Authenticate. A browser window opens, you sign in, and the OAuth token is stored locally. You only do this once.
Verify the connection
arcus-docs ✓ Connected. Inside a session, /mcp will also show the tools the server exposes (search, fetch, etc.).Removing the server
Notes
- The first request after authentication may take a moment while the client establishes the streaming HTTP session.
- If the
Authenticatestep never opens a browser, update Claude Code and re-add the server — HTTP-transport OAuth support is recent. - For the underlying server details and OAuth metadata, see the MCP server overview.