What's wrong with this entry?
Two new mcp subcommands let you authenticate with and de-authenticate from MCP servers that use OAuth (HTTP, SSE, or claude.ai connectors).
# Authenticate with an MCP server
claude mcp login <name>
# Authenticate without opening a browser (SSH / headless sessions)
claude mcp login <name> --no-browser
# Remove stored OAuth credentials
claude mcp logout <name>mcp loginopens your browser to an OAuth authorization page and waits for the redirect URL.--no-browserprints the authorization URL instead of opening it — paste the redirect URL back into the terminal when prompted. For truly non-interactive contexts, the command reminds you to re-run with-tSSH or a proper terminal.mcp logoutclears stored credentials for the named server. The server remains in your config; only credentials are removed.- Works for HTTP and SSE servers. stdio servers do not support OAuth login and will show a clear error.
- claude.ai connectors authenticate on the claude.ai side; credentials are not stored locally, so logout gives a different message.
New mcp login / mcp logout command registration (search for "Authenticate with an MCP server (HTTP, SSE, or claude.ai connector)" and "Clear stored OAuth credentials for an MCP server")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.