The MCP Inspector, online. Connect to any remote MCP server straight from the browser — inspect tools, prompts and resources, view raw JSON-RPC frames, and call tools with custom arguments. No npx, no Node install, no local config.
Beyond inspection — drive with AI
Watch Claude, GPT and Gemini call your tools in a live conversation. Compare model behavior side-by-side.
✦ Free credits on sign-up · no credit card
MCP weekly digest
New servers, security advisories, and tutorials — straight to your inbox. No spam.
The MCP Inspector is the canonical debugging tool for Model Context Protocol servers — it lists capabilities, calls tools, and shows raw protocol frames. Anthropic ships a local version you launch with npx @modelcontextprotocol/inspector. This online MCP Inspector does the same job for remote servers, in your browser, with no Node install.
Paste a server URL and it runs the standard initialize handshake, fetches tools/list, prompts/list and resources/list, and renders each entry with its full JSON schema.
| Inspector Online (this page) | npx @modelcontextprotocol/inspector | |
|---|---|---|
| Install required | None | Node 18+ & npm |
| Remote (HTTP / SSE) | ✓ | ✓ |
| Streamable HTTP | ✓ | ✓ |
| STDIO (local child process) | ✗ (browser cannot spawn) | ✓ |
| Raw JSON-RPC log | ✓ | ✓ |
| Test with real LLM | Agent Studio | Manual only |
Rule of thumb: use this online inspector for anything reachable over the network, and the local npx tool when you are developing a STDIO server on your machine.
initializeinputSchema, and tools/call responseresources/readnpx @modelcontextprotocol/inspector tool. Most production MCP servers expose an HTTP or SSE endpoint, which this online inspector handles directly.Enter a server URL to explore its tools, prompts, and resources
Connection details
Tokens are never stored — sent directly to the server per request. Use test/expirable tokens.