Skip to content

npm run inspect broken — MCP Inspector package has been renamed #1

Description

@adidev001

Description

Running npm run inspect fails with a 404 error because the MCP Inspector package has been moved to a new organization.

Steps to Reproduce

npm run build
npm run inspect

##Error

npm error code E404
npm error 404 Not Found - GET https://registry.npmjs.org/@anthropic-ai%2fmcp-inspector - Not found
npm error 404
npm error 404  '@anthropic-ai/mcp-inspector@*' is not in this registry.

##Cause
The MCP Inspector has been moved from Anthropic's org to the Model Context Protocol org:

Old package: @anthropic-ai/mcp-inspector (no longer exists)
New package: @modelcontextprotocol/inspector
New repo: https://github.com/modelcontextprotocol/inspector

##FIX update the inspect to  -> "npx @modelcontextprotocol/inspector node dist/index.js"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions