anthropics / anthropics/claude-code

Claude Design MCP server: FIRST_PARTY_AUTH_REJECTED (HTTP 403) despite plugin being installed

Ouverte
#93,381 0 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
area:auth area:mcp bug duplicate platform:macos
Langage dominant
Python
Étoiles
145k
Forks
23.1k
Métriques de merge des PR
Métriques de PR en attente

Description

## Description

The `claude-design` MCP server fails to connect with a 403 error, even though the Design plugin (by Anthropic) shows as installed on my claude.ai account (Settings > Plugins), and I have re-authenticated via `/login`.

## Error

```
claude-design (FIRST_PARTY_AUTH_REJECTED): "api.anthropic.com rejected your claude.ai login for Claude Design (HTTP 403), most likely because a /login token carries no Claude Design access. Run /design-login and retry, or check that your accoun..."
```

## Steps to reproduce

1. Install the "Design" plugin (Anthropic, 7 skills) via claude.ai > Settings > Plugins.
2. In Claude Code CLI, run `/mcp` — `claude-design` shows as failed to connect with the 403 above.
3. Run `/login` and successfully re-authenticate.
4. Run `/mcp` again — same 403 error persists.

## Problem

The error message instructs the user to run `/design-login`, but **no such command exists** in Claude Code. There appears to be no way to resolve this from the CLI. This suggests the OAuth token issued to the Claude Code CLI session does not carry the Claude Design entitlement, even though the plugin is enabled on the account — likely an account/entitlement scope mismatch between claude.ai and the CLI's OAuth flow, not a session-level auth issue.

## Expected behavior

Either:
- The CLI's login token should carry Claude Design access when the plugin is installed on the account, or
- A real command/flow should exist to grant/refresh that specific entitlement (the referenced `/design-login` should exist, or the error should point to a real remediation step).

## Environment

- Claude Code CLI
- macOS (Darwin 25.6.0)

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Piste de recherche

Reproduce the failure from the `/mcp` entry point after installing the Design plugin and completing `/login`, then compare the available `/design-login` remediation mentioned in the error with the CLI's actual commands. Done means the installed plugin can connect successfully with the CLI login, or the error points to a real entitlement refresh or authentication flow.

Rédigé par le modèle d'indexation à partir du texte de l'issue.

Évaluation

Domaine
authentication, cli
Type d'issue
Bug
Difficulté
5/5
Temps estimé
Plus d'une semaine
Activité
Active
Clarté
Plutôt claire
Accessibilité débutants
35/100

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.