mcp-explorer
by ventz·★ 1·Score 36
A web-based GUI for exploring MCP servers, providing an interface to browse tools, resources, and prompts.
Overview
MCP Explorer is a web-based GUI that allows users to connect to MCP servers, browse their capabilities, and interact with them directly from their browser. The tool supports both Streamable HTTP and SSE transports, with options for Bearer token or custom header authentication. Users can browse available tools, view their schemas, execute them with custom parameters, read resources, and test prompts. The interface includes a parameter store for saving frequently used values and URL history for connecting to previously used servers.
Try asking AI
After installing, here are 3 things you can ask your AI assistant:
When to choose this
When you need a visual way to explore MCP server capabilities without writing code, especially for testing or debugging purposes.
When NOT to choose this
If you need programmatic access to MCP servers or require advanced features beyond exploration and basic testing.
Tools this server exposes
5 tools extracted from the READMEconnectConnect to an MCP server
disconnectDisconnect from the current MCP server
tools_callExecute a tool from the connected MCP server
resources_readRead a resource from the connected MCP server
prompts_getGet a rendered prompt from the connected MCP server
Comparable tools
Installation
# 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.pyAlternatively using pip:
pip install fastapi 'uvicorn[standard]' jinja2 mcp
python app.pyThen open http://localhost:8000 in your browser.
Compare mcp-explorer with
Last updated · Auto-generated from public README + GitHub signals.