mcp-find
Search for MCP Servers from the command line
claude mcp add --transport stdio mcprepository-mcp-find npx -y mcp-find
How to use
mcp-find is a CLI tool that helps you discover MCP (Model Context Protocol) servers directly from the terminal by querying the public MCP server index. It leverages the MCPRepository search API to return matching servers along with brief descriptions and URLs, enabling you to quickly identify servers that fit your use case, such as integration with chat platforms, automation tasks, or other protocol-enabled tools. Use it to explore available MCP servers by keyword and to get quick access to their repository or documentation pages.
To use mcp-find, install or run it via npx and supply a search term. Example commands will query the MCP repository for matches and print a list of relevant servers with a short description and a link to each server. This is particularly useful when you're building AI agents or automation scripts that need to interact with various MCP servers without manually browsing the repository. The tool focuses on speed and discoverability, presenting concise results so you can quickly decide which server to review further.
How to install
Prerequisites:
- Node.js and npm installed on your system (Node >= 14 is typically recommended).
Option A - Run with npx (no local install):
- Ensure you have npm installed.
- Use npx to run the package directly from the registry:
npx mcp-find <search-term>
Option B - Install globally for repeated usage:
- Install the package globally via npm:
npm install -g mcp-find
- Run the tool by invoking the command directly:
mcp-find <search-term>
If you prefer using a local project, you can add it to your project dependencies and run it via npx from your project root as needed.
Additional notes
Notes and tips:
- The search results are sourced from the MCPRepository public API. If the API rate limits or indexing are slow, you might see delayed results.
- The tool prints concise entries with a server name, a short description, and a URL. You can use the URL to open the server page in a browser for more details.
- If you frequently use mcp-find, consider installing it globally (npm install -g mcp-find) for quicker access from any terminal.
- There are no required environment variables for basic usage, but some environments may restrict network access to the MCPRepository API.
- The CLI is designed for quick discovery and does not perform actions against MCP servers beyond listing them. For automation, you may pair it with scripts to fetch and process the output programmatically.
Related MCP Servers
mcp-for-beginners
This 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, and secure AI workflows from session setup to service orchestration.
bitbucket
Bitbucket MCP - A Model Context Protocol (MCP) server for integrating with Bitbucket Cloud and Server APIs
mcp-arr
MCP server for *arr media management suite
crawlbase
Crawlbase MCP Server connects AI agents and LLMs with real-time web data. It powers Claude, Cursor, and Windsurf integrations with battle-tested web scraping, JavaScript rendering, and anti-bot protection enabling structured, live data inside your AI workflows.
mongodb
MongoDB MCP Server
SureChEMBL
A comprehensive Model Context Protocol (MCP) server for accessing the SureChEMBL chemical patent database.