mcp-find
mcp-findは、JavaScriptで実装された便利なライブラリで、特定の条件に基づいてデータを検索する機能を提供します。ユーザーは簡単にデータをフィルタリングし、必要な情報を迅速に取得できます。使いやすいAPIと豊富な機能を備えており、開発者にとって非常に役立つツールです。
GitHubスター
5
ユーザー評価
未評価
お気に入り
0
閲覧数
30
フォーク
0
イシュー
0
README
🔍 mcp-find
Search for MCP Servers right from your terminal.
Powered by mcprepository.com — the official MCP Server Repository.
📦 About
mcp-find
is a simple CLI tool that helps you discover MCP Servers (Model Context Protocol) using the public search API from mcprepository.com.
Whether you're building AI agents, automation tools, or protocol-based applications — quickly find the MCP Server you need.
🚀 Installation
You can use it instantly via npx
:
npx mcp-find <search-term>
Or install globally:
npm install -g mcp-find
🔍 Usage
mcp-find slack
Example output:
🔍 Searching for MCP servers matching: "slack"...
slack — Slack MCP Server: ★ 28.3k — MCP server for interacting with Slack
→ https://mcprepository.com/modelcontextprotocol/slack
slack-user-mcp — Slack User MCP Server: ★ 3 — MCP server for interacting with Slack as a user
→ https://mcprepository.com/lars-hagen/slack-user-mcp
🌐 Powered by MCPRepository
This tool uses the official MCP Server index API:
GET https://mcprepository.com/api/search?q=<query>