with one click
mcp-inspector
MCP Protocol Inspection and Debugging with Inspector CLI
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
MCP Protocol Inspection and Debugging with Inspector CLI
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Publishing and release workflow with semantic-release and GitHub Actions
MCPB (Model Context Protocol Bundle) Packaging and Distribution
Refactoring MCP Tools for Better LLM Integration and Usability
MCP Testing Strategies with Vitest, Inspector, and Integration Tests
MCP Server Development Patterns and Best Practices
| name | mcp-inspector |
| description | MCP Protocol Inspection and Debugging with Inspector CLI |
| keywords | ["mcp","inspector","debugging","protocol","testing","cli"] |
Guidelines for using the MCP Inspector tool in CLI mode for protocol inspection, debugging, and tool listing in a VS Code environment.
npx -y @modelcontextprotocol/inspector --helpbun run build or equivalent).Run the following command in your VS Code terminal:
npx -y @modelcontextprotocol/inspector --cli node build/index.js --method tools/list
npx -y @modelcontextprotocol/inspector --cli node build/index.js --method ping
npx -y @modelcontextprotocol/inspector node build/index.js
npx -y @modelcontextprotocol/inspector node build/server.js
tests/inspector.test.ts for examples).