mcp-insights

joelverhagen/mcp-insights
★ 6 stars PowerShell 📊 Data/Analytics Updated 1mo ago
Generate a report about servers on the MCP registry
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-insights": {
      "command": "npx",
      "args": [
        "-y",
        "joelverhagen/mcp-insights"
      ]
    }
  }
}