MCP Catalogs
首页

mcp-explorer

by ventz·1·综合分 36

一款基于Web的MCP服务器探索工具,提供浏览工具、资源和提示的界面。

developer-toolsai-llmother
0
Forks
0
活跃 Issue
2 个月前
最近提交
2 天前
收录于

概述

MCP Explorer是一个基于Web的图形界面工具,允许用户连接到MCP服务器,浏览其功能,并在浏览器中直接与之交互。该工具支持流式HTTP和SSE传输,并提供Bearer令牌或自定义头部认证选项。用户可以浏览可用工具,查看其模式,使用自定义参数执行它们,读取资源以及测试提示。界面包括参数存储功能,用于保存常用值,以及URL历史记录,用于连接到之前使用过的服务器。

试试问 AI

装完之后,这里有 3 个你可以让 AI 做的事:

:MCP服务器调试和测试
:探索新的MCP服务器功能
:使用MCP工具进行交互式开发

什么时候选它

当你需要一种可视化方式来探索 MCP 服务器功能而不编写代码时,尤其是在测试或调试目的下。

什么时候不要选它

如果你需要以编程方式访问 MCP 服务器,或者需要超出探索和基本测试的 advanced 功能。

此 server 暴露的工具

从 README 抽取出 5 个工具
  • 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

可对比工具

mcp-server-inspectornpx-mcp-inspectormcp-client

安装

# 克隆仓库
git clone https://github.com/ventz/mcp-explorer.git
cd mcp-explorer

# 安装依赖
uv sync

# 运行服务器
uv run python app.py

或使用pip:

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

然后在浏览器中打开 http://localhost:8000。

mcp-explorer 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。