Skip to content

Discovery

Free

by MCP Community

MCP Discovery Engine - Core logic for on-demand MCP tool discovery

v0.3.2Added Apr 12, 2026
mcpdiscoverytoolsaigateway
Works with:ClaudeGPTGeminiCopilot

Discovery MCP Server

MCP Discovery Engine - Core logic for on-demand MCP tool discovery

Installation

npx -y @anygpt/mcp-discovery

Reviews

Leave a Review

Installation

Quick install
npx -y @anygpt/mcp-discovery
Add to claude_desktop_config.json
{
  "mcpServers": {
    "discovery": {
      "command": "npx",
      "args": ["-y", "@anygpt/mcp-discovery"]
    }
  }
}