what is MCP Finder Server?
MCP Finder Server is a Model Context Protocol (MCP) server that enables AI models to search for other MCP server implementations listed in the awesome-mcp-servers repository.
how to use MCP Finder Server?
To use MCP Finder Server, clone the repository, install the dependencies, build the server, and then run it. You can search for MCP servers by name, description, or tags.
key features of MCP Finder Server?
- 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
use cases of MCP Finder Server?
- Finding compatible MCP servers for specific programming languages.
- Searching for MCP servers based on OS compatibility.
- Exploring various implementations of MCP servers for research and development.
FAQ from MCP Finder Server?
- What is the purpose of MCP Finder Server?
It helps AI models discover and connect with various MCP server implementations.
- How do I install MCP Finder Server?
Clone the repository and run
npm install
to install the dependencies.
- Can I filter the search results?
Yes, you can filter results by specific tags and limit the number of results returned.
MCP Finder Server
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
- Clone this repository
- 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 tagstag
(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](https://github.com/firebase/genkit/tree/main) 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