Skip to content
ai101.tools
navigateopenescclose
Claude+372Whisper+228LangChain+168Codex+223NotebookLM+276DALL-E 3+192DeepL+249n8n+208Topaz Video AI+153LlamaIndex+161
MCP Inspector logo
MCP server

MCP Inspector

Developer tool for connecting to and inspecting an MCP server.

0
SaveVisit website ↗

Add it to your client

Official
Install
npx @modelcontextprotocol/inspector
mcpServers
{
  "mcpServers": {
    "mcp-inspector": {
      "command": "npx",
      "args": [
        "@modelcontextprotocol/inspector"
      ]
    }
  }
}
Runtime
Node
Auth
Not required
License
MIT

The Inspector is a client, not a server: you point it at an MCP server and it lists the tools, prompts and resources that server actually exposes, then lets you call them by hand and read the raw responses. It ships three interfaces — a web UI, a terminal UI, and a scriptable CLI that fits into CI or a quick feedback loop while writing a server. It speaks both stdio and Streamable HTTP, keeps a server list in ~/.mcp-inspector/mcp.json, and persists OAuth tokens between runs. The web backend protects itself with a generated session token, which can be pinned to a known value or turned off for local work.

Comments(0)

Sign in to comment

No comments yet — be the first.

Similar MCP servers

Report this comment

Why are you reporting this?