MCP Finder Server
@yiye
About MCP Finder Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"MCP-Finder-Server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@yiye/mcp-finder-server",
"--client",
"claude"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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. It is for developers and AI agents looking to discover MCP servers by name, description, or tags.
How to use MCP Finder Server?
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).
Key features of MCP Finder Server
- 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)
Use cases of MCP Finder Server
- AI assistants finding relevant MCP servers for a task
- Developers discovering MCP servers by programming language or OS
- Searching for MCP servers with specific tags like "Databases" or "Cloud Service"
- Limiting search results to a manageable number
FAQ from MCP Finder Server
What does the find-mcp-servers tool do?
It searches the awesome-mcp-servers repository for MCP servers matching a text search, tag filter, or both, and returns a list with name, URL, tags, and description.
What do the emoji tags mean?
Tags like π (Python), π (TypeScript), ποΈ (Go), π¦ (Rust), #οΈβ£ (C#), β (Java), βοΈ (Cloud Service), π (Local Service), π (Embedded Systems), π (macOS), πͺ (Windows), and π§ (Linux) indicate codebase language or compatibility.
How do I install MCP Finder Server?
You can install it automatically via Smithery with the @smithery/cli command, or manually by cloning the repository and running npm install.
What dependencies or runtime are required?
Node.js and npm are required for manual installation. The server is built with TypeScript and runs with Node.
Where does the data come from?
The server searches the awesome-mcp-servers GitHub repository, which is an external curated list of MCP server implementations.
More Other MCP servers
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
FastMCP v2 π
jlowinπ The fast, Pythonic way to build MCP servers and clients.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
π Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Comments