MCP Catalogs
Home

mcp-explorer

by ventz·1·Score 36

A web-based GUI for exploring MCP servers, providing an interface to browse tools, resources, and prompts.

developer-toolsai-llmother
0
Forks
0
Open issues
2 mo ago
Last commit
2d ago
Indexed

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:

you:MCP server debugging and testing
you:Exploring new MCP server capabilities
you:Interactive development with MCP tools

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 README
  • connect

    Connect to an MCP server

  • disconnect

    Disconnect from the current MCP server

  • tools_call

    Execute a tool from the connected MCP server

  • resources_read

    Read a resource from the connected MCP server

  • prompts_get

    Get a rendered prompt from the connected MCP server

Comparable tools

mcp-server-inspectornpx-mcp-inspectormcp-client

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.py

Alternatively using pip:

pip install fastapi 'uvicorn[standard]' jinja2 mcp
python app.py

Then open http://localhost:8000 in your browser.

Compare mcp-explorer with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.