MCP Finder Server

by yiye

143 downloads
Not rated
GitHub

About

# MCP Finder Server [![smithery badge](https://smithery.ai/badge/@yiye/mcp-finder-server)](https://smithery.ai/server/@yiye/mcp-finder-server) A Model Context Protocol (MCP) server that allows AI models to search for other MCP server implementations listed in the…

Details

Author
yiye
Downloads
143
Categories
Other

- Search MCP servers by name, description, or tags
- Filter servers by specific tags (e.g., programming language, OS compatibility)
- Limit the number of results returned
- Provides tag meanings for emoji symbols (e.g., 🐍 for Python, 📇 for TypeScript)

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name MCP Finder Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install via Smithery (npx -y @smithery/cli install @yiye/mcp-finder-server --client claude) or manually by cloning the repo and running npm install, then npm run build and npm start. The server exposes a single tool called find-mcp-servers with optional parameters search, tag, and limit (default 10).

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "mcp finder server": {
            "MCP-Finder-Server": {
                "command": "npx",
                "args": [
                    "-y",
                    "@smithery/cli",
                    "install",
                    "@yiye/mcp-finder-server",
                    "--client",
                    "claude"
                ]
            }
        }
    }
}

McpServers

{
    "MCP-Finder-Server": {
        "command": "npx",
        "args": [
            "-y",
            "@smithery/cli",
            "install",
            "@yiye/mcp-finder-server",
            "--client",
            "claude"
        ]
    }
}

MCP Finder Server

smithery badge

A Model Context Protocol (MCP) server that allows AI models to search for other MCP server implementations listed in the awesome-mcp-servers repository.

Features

- Search for MCP servers by name, description, or tags
- Filter MCP servers by specific tags (e.g., programming language, OS compatibility)
- Limit the number of results returned

Installation

Installing via Smithery

To install mcp-finder-server for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @yiye/mcp-finder-server --client claude

Manual Installation

1. Clone this repository 2. Install dependencies:
npm install

Usage

Build the server

npm run build

Run the server

npm start

Development mode

npm run dev

Tool: find-mcp-servers

The server provides a single tool called find-mcp-servers with the following parameters:

- search (optional): Text to search for in server names, descriptions, or tags
- tag (optional): Filter servers by tag (e.g., 'Databases', '🐍', '🏠')
- limit (optional, default 10): Maximum number of results to return

Tag Meanings

- 🐍 – Python codebase
- 📇 – TypeScript codebase
- 🏎️ – Go codebase
- 🦀 – Rust codebase
- #️⃣ - C# Codebase
- ☕ - Java codebase
- ☁️ - Cloud Service
- 🏠 - Local Service
- 📟 - Embedded Systems
- 🍎 – For macOS
- 🪟 – For Windows
- 🐧 - For Linux

Example Response

Found 3 MCP servers:

Name: firebase/genkit
URL: https://github.com/firebase/genkit
Tags: 📇, Frameworks
Description: – Provides integration between Genkit and the Model Context Protocol (MCP).
---
Name: lastmile-ai/mcp-agent
URL: https://github.com/lastmile-ai/mcp-agent
Tags: 🤖, 🔌, Frameworks
Description: - Build effective agents with MCP servers using simple, composable patterns.
---
Name: LiteMCP
URL: https://github.com/wong2/litemcp
Tags: 📇, Frameworks
Description: - A high-level framework for building MCP servers in JavaScript/TypeScript
---

License

ISC

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.