trackmcp
Back to directory

Search for MCP Servers from the command line

5 stars JavaScriptSearch & Data Retrieval Updated Aug 21, 2025
mcp-servermodel-context-protocol

Documentation

๐Ÿ” 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`:

bash
npx mcp-find

Or install globally:

bash
npm install -g mcp-find

๐Ÿ” Usage

bash
mcp-find slack

Example output:

code
๐Ÿ” 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:

code
GET https://mcprepository.com/api/search?q=

Frequently asked questions

What is mcp-find?

mcp-find is Search for MCP Servers from the command line

How do I install mcp-find?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is mcp-find open source?

Yes โ€” it is hosted on GitHub at https://github.com/mcprepository/mcp-find and has 5 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP