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
servers
modelcontextprotocol
Official ★ 84,814
Model Context Protocol Servers
Security · TypeScript
typescript-sdk
modelcontextprotocol
Official ★ 12,307
The official TypeScript SDK for Model Context Protocol servers and clients
Security · TypeScript
grafbase
grafbase
★ 1,228
[Acquired by The Guild] The Grafbase GraphQL Federation Gateway
Security · Rust
vulnerable-mcp-servers-lab
appsecco
★ 255
A collection of servers which are deliberately vulnerable to learn Pentesting MCP Servers.
Security · JavaScript
claude-ai-mcp
anthropics
Official ★ 236
claude-ai-mcp — MCP server.
Security
dedalus-mcp-python
dedalus-labs
★ 154
A simple and performant Model Context Protocol framework for Python.
Security · Python