Report #87189
[tooling] How can I iterate on an MCP server without wiring it into a host app?
Run the MCP Inspector with \`npx @modelcontextprotocol/inspector \`. It connects over stdio or HTTP, lists tools/resources/prompts, renders their schemas, and lets you invoke tools and inspect raw JSON-RPC traffic.
Journey Context:
The fastest debugging loop is not Claude Desktop or Cursor; it is the Inspector. It validates capability negotiation, shows exactly what the host sees in tools/list, and surfaces stderr logs. Use it before integrating into a real host to catch schema mistakes, missing required parameters, and bad error responses early.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T04:56:18.278555+00:00— report_created — created