Discover MCP Tools with AI
Automatically discover, analyze, and configure Model Context Protocol servers from GitHub and npm. Let AI determine the perfect plugin template for seamless integration with plugin.delivery.
Everything you need for MCP discovery
Powerful features to streamline your MCP tool discovery and plugin configuration workflow.
Multi-AI Support
Choose between OpenAI and Anthropic for intelligent analysis of repositories and packages.
Smart Discovery
Automatically scan GitHub repositories and npm packages to find MCP-compatible tools.
8 Templates
Support for all plugin types: basic, default, markdown, openapi, settings, standalone, mcp-http, and mcp-stdio.
Fast Analysis
Instant template detection and configuration generation powered by advanced AI models.
Pipeline Ready
Seamless integration with github-to-mcp pipeline for automated tool discovery workflows.
Plugin.delivery
Direct marketplace submission support for SperaxOS and plugin.delivery ecosystem.
How it works
Three simple steps to discover and configure MCP tools for your projects.
Discover
AI scans GitHub repositories and npm packages to find MCP-compatible servers and tools.
Analyze
Intelligent analysis determines the optimal plugin template based on code structure and patterns.
Generate
Automatically creates ready-to-use plugin configurations for plugin.delivery ecosystem.
8 Plugin Templates for every use case
From simple basic plugins to complex MCP servers, we have the right template for your needs.
Basic
defaultMinimal plugin configuration for simple use cases
Default
defaultStandard plugin template with common configurations
Markdown
markdownFor documentation and content-focused plugins
OpenAPI
openapiFor REST API integrations with OpenAPI spec support
Settings
settingsFor plugins with complex configuration requirements
Standalone
standaloneSelf-contained plugins with no external dependencies
MCP HTTP
mcpMCP server using HTTP/SSE transport protocol
MCP STDIO
mcpMCP server using stdio transport protocol
Get started in minutes
Install the CLI, set up your AI provider, and start discovering MCP tools.
Install the CLI
npm install -g lyra-tool-discoveryConfigure your AI provider
# Set up your AI provider (choose one)export OPENAI_API_KEY="your-openai-key"# orexport ANTHROPIC_API_KEY="your-anthropic-key"Start discovering
1# Analyze a GitHub repository2lyra-discover analyze-repo modelcontextprotocol/servers34# Or analyze an npm package5lyra-discover analyze-npm @modelcontextprotocol/server-filesystem67# Discover MCP tools across GitHub8lyra-discover discover --source github --query "mcp server"