ventz/mcp-explorer
MCP Explorer - because the official NXP Inspector (@modelcontextprotocol/inspector) is terrible! Also this has an API layer!
Platform-specific configuration:
{
"mcpServers": {
"mcp-explorer": {
"command": "npx",
"args": [
"-y",
"mcp-explorer"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
A web-based GUI for exploring and interacting with Model Context Protocol (MCP) servers. Connect to any MCP server, browse its capabilities, and execute tools, read resources, and test prompts — all from your browser.
# Clone the repo
git clone https://github.com/ventz/mcp-explorer.git
cd mcp-explorer
# Install dependencies
uv sync
# Run the server
uv run python app.pyOpen http://localhost:8000 in your browser.
pip install fastapi 'uvicorn[standard]' jinja2 mcp
python app.pyhttp://localhost:3000/mcp)mcp-explorer/
├── app.py # FastAPI backend — MCP client + API routes
├── pyproject.toml # Python project metadata & dependencies
├── templates/
│ └Loading reviews...