View raw

MCP Inspector#

Use the official MCP Inspector to confirm ClipKit's connector works — and to browse its tools — before wiring it into an agent.

ClipKit's connector is open (no auth) and speaks Streamable HTTP at https://www.clipkit.dev/mcp.

Connect#

npx @modelcontextprotocol/inspector

The UI opens at http://localhost:6274. In it:

  • Transport Type: Streamable HTTP
  • URL: https://www.clipkit.dev/mcp
  • Leave Authentication empty, then click Connect.

Open the Tools tab → List Tools to see ClipKit's tools.

Prefer a one-shot terminal check (no UI)?

npx @modelcontextprotocol/inspector --cli https://www.clipkit.dev/mcp --transport http --method tools/list

Notes#

  • Pick Streamable HTTP, not SSE — ClipKit's legacy /sse endpoint is disabled.
  • Include the full /mcp path. GET/DELETE to /mcp return 405 by design; the Inspector only POSTs, which works.
  • Requires Node.js ≥ 22.7.5.
  • If you open localhost:6274 manually instead of via the auto-launched URL, copy the proxy session token from the terminal into the UI.

New to the tools? The MCP server overview has the full tool list and how projects work.