MCP Directory
Back

mcp-explorer

by ventz · JavaScript · ★ 1

MCP Explorer - because the official NXP Inspector (@modelcontextprotocol/inspector) is terrible! Also this has an API layer!

#mcp#mcp-client#mcp-explorer#modelcontextprotocol

Install

npx -y github:ventz/mcp-explorer

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-explorer": {
      "command": "npx",
      "args": [
        "-y",
        "github:ventz/mcp-explorer"
      ]
    }
  }
}

From the README

A web-based GUI for exploring and interacting with [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) servers. Connect to any MCP server, browse its capabilities, and execute tools, read resources, and test prompts — all from your browser. - **Connect to any MCP server** — supports both Streamable HTTP and SSE transports (auto-detects) - **Authentication** — Bearer token, custom header, or no auth - **Browse Tools** — list all tools, view schemas, fill in parameters, and execute them - **Browse Resources** — list and read resources exposed by the server - **Browse Prompts** — li…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related security servers