mcp-tool-explorer

jurgen178/mcp-tool-explorer
★ 1 stars TypeScript 💻 Code/Dev Tools Updated 7d ago
Inspect and test MCP servers directly inside VS Code and browse Tools, Resources, and Prompts, run tool calls, view history, and syntax-highlighted results.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-tool-explorer": {
      "command": "npx",
      "args": [
        "-y",
        "jurgen178/mcp-tool-explorer"
      ]
    }
  }
}