MCP Integration in Claude Code
Last reviewed
Correct answer: B. Local scope, which is the default when the command is run without a scope flag.
Explanation
The principle — Every server lands in exactly one scope, and if you do not choose one, one is chosen for you.
Why the key is correct — Local scope is the default. That is the narrowest of the three, so a server added without thinking about scope is the least widely available kind you could have created.
Why the others are wrong — User scope is broader and has to be asked for. Project scope writes to a committed file and is never assumed on your behalf. And nothing refuses to proceed; the command succeeds quietly.
Remember this — No scope flag means the narrowest scope, not the most useful one.
Sources — Anthropic's Claude Code MCP reference.
Sources
“Local scope is the default.”
Practise 10 questions on this topic
Take MCP Integration in Claude Code — Timed Test 1 (10 questions) — scored instantly, explanation for every question, no login.