mcp-tool-catalog

shriramkv/mcp-tool-catalog
★ 7 stars Python Memory/Knowledge Updated 2d ago ✓ Clean
Generate human-readable Markdown or HTML docs for any MCP server's tools.
View on GitHub → 🔍 Audit Wallet Slippage →

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-catalog": {
      "command": "uvx",
      "args": [
        "mcp-tool-catalog"
      ]
    }
  }
}

Or install with pip: pip install mcp-tool-catalog