Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ“‚ File Systems
  3. MCP Everything Search
MCP Everything Search logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 10:31:30 PM

MCP Everything Search

User RatingsBe the first to rate and review this MCP server!
View Repository360 GitHub StarsTotal stargazers on GitHub for the source repository (360 stars).Visit Website
file-searchfilesystemwindowsmcp

Searches local files and folders through MCP using Everything, mdfind, or locate/plocate by operating system.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "mamertofabian-mcp-everything-search": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (7) Directory Badge Claim listing Alternatives๐Ÿ“‚ More in File Systems

Overview

mamertofabian/mcp-everything-search MCP server exposes local file and folder search through MCP. It uses the Everything SDK on Windows, Spotlight's mdfind on macOS, and locate or plocate on Linux. Search requests can limit results, match paths, apply case, whole-word, or regex rules, and select sorting. Use it when an agent needs to find files on the machine running the MCP server.

Use cases

โ€ขFind source files by extension or filename
โ€ขLocate folders on a local workstation
โ€ขFilter indexed files by path or regular expression
โ€ขSort search results by size or modification date

Key features

โ€ขCross-platform local file and folder search
โ€ขEverything SDK support on Windows
โ€ขSpotlight mdfind support on macOS
โ€ขlocate or plocate support on Linux
โ€ขPath, case, whole-word, and regex matching
โ€ขConfigurable result limits and sorting

Capabilities & Tool Schemas (7) ~18 tokensApproximate context cost of this serverโ€™s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server โ€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Everything Search.

query

Callable MCP tool function

max_results

Callable MCP tool function

match_path

Callable MCP tool function

match_case

Callable MCP tool function

match_whole_word

Callable MCP tool function

match_regex

Callable MCP tool function

How MCP Everything Search works

What mamertofabian/mcp-everything-search MCP server does

mamertofabian/mcp-everything-search MCP server lets an MCP client search for files and folders on the host system. Results include each item's path, size in bytes, and last modified date. The implementation uses a platform-specific local search facility rather than a hosted search service.

Windows searches use the Everything SDK, macOS searches use the built-in Spotlight mdfind command, and Linux searches use the locate or plocate command. Search syntax therefore differs by operating system. Windows supports the full Everything SDK feature set, while the README describes macOS and Linux support as basic filename and content search or basic filename search, respectively.

This fits workflows where an agent needs to locate source files, documents, folders, or other local paths. It does not describe file creation, modification, deletion, or content editing capabilities.

How it works

The MCP client sends a search request containing a required query and optional search controls. The server runs the corresponding local search backend and returns matching paths with metadata. By default, a request returns up to 100 results; the configured maximum can be raised to 1,000.

Available controls include matching against the full path instead of only the filename, case-sensitive matching, whole-word matching, regular-expression matching, and result ordering. Sort choices cover filename, path, size, extension, creation date, and modification date, with ascending and descending variants where documented.

On Windows, Everything must be installed and its service must be running. The SDK DLL must also be available to the server. Linux requires an initialized locate database. macOS needs no additional search utility setup because the server calls mdfind.

Setup and configuration

The documented package is mcp-server-everything-search. With uv, it can be run directly through uvx:

bash
uvx mcp-server-everything-search

The package can also be installed with pip and started as a Python module:

Terminal
pip install mcp-server-everything-search
python -m mcp_server_everything_search

Windows configuration requires EVERYTHING_SDK_PATH, set to the installed Everything SDK DLL, such as Everything64.dll. The README states that Linux and macOS need no additional configuration. Linux users must install either locate or plocate and update its database with the appropriate system command.

The README provides Claude Desktop configurations using either uvx or the Python module. The Windows configuration passes EVERYTHING_SDK_PATH; the Linux and macOS examples do not define environment variables.

Tools and capabilities

The mamertofabian/mcp-everything-search MCP server provides a search operation with these inputs:

  • query: required search text.
  • max_results: result limit, defaulting to 100 and capped at 1,000.
  • match_path: search the complete path rather than just the filename.
  • match_case: enable case-sensitive matching.
  • match_whole_word: restrict matches to whole words.
  • match_regex: enable regular-expression matching.
  • sort_by: choose the documented filename, path, size, extension, creation-date, or modification-date order.

The repository's tool section calls the operation search, while the listing exposes query among the MCP tool fields. Platform-specific query syntax is documented separately in the project's search syntax guide.

Limitations and notes

Search behavior depends on the indexing or database service available on the host. Windows requires the external Everything application, its running service, and the SDK DLL. Linux results depend on the locate database being installed and current. macOS and Linux do not provide the same query feature coverage described for Everything on Windows.

The project is MIT-licensed and states that it is independent from, and not endorsed or sponsored by, voidtools, the creator of Everything. The provided material documents local search only; it does not establish remote access, authentication, file mutation, or cross-machine search features.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in File Systems View all alternatives
  • MCP Filesystem Server logoMCP Filesystem Server

    Golang implementation for local file system access.

    ๐Ÿ“‚ File Systems4 views
    Compare vs MCP Filesystem Server โ†’
  • Dowse logoDowse

    Windows-native full-disk search over file names, document contents, and OCR'd screenshot text, exposed to AI agents via a read-only local MCP server.

    ๐Ÿ“‚ File Systems1 views
    Compare vs Dowse โ†’
  • Huoshui File Search logoHuoshui File Search

    An MCP server that provides fast Spotlight file search capabilities for macOS

    ๐Ÿ“‚ File Systems0 views
    Compare vs Huoshui File Search โ†’
  • Filesystem Context MCP Server logoFilesystem Context MCP Server

    Read-only MCP server for secure filesystem exploration, searching, and analysis with symlink protection.

    ๐Ÿ“‚ File Systems3 views
    Compare vs Filesystem Context MCP Server โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
360
Stargazers on the source repository.
Last commit
10mo ago
Most recent push to the default branch.
Tools exposed
7
Callable tools this server registers over MCP.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about MCP Everything Search

Run `uvx mcp-server-everything-search`, or install `mcp-server-everything-search` with pip and run `python -m mcp_server_everything_search`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMCP Everything Search AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/mamertofabian-mcp-everything-search?style=directory)](https://allmcps.com/mcp/mamertofabian-mcp-everything-search)
HTML Embed
<a href="https://allmcps.com/mcp/mamertofabian-mcp-everything-search"><img src="https://allmcps.com/api/badge/mamertofabian-mcp-everything-search?style=directory" alt="MCP Everything Search on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ“‚File Systems
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseMIT
ClientsClaude Desktop
Last updatedSep 7, 2026
10/10 checks healthy over the last 30d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars360
GitHub Star CountTotal stargazers on GitHub representing community popularity (360 stars).
Last commit10mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Oct 20, 2025
52Quality signal: Good ยท 52/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools24/30
Adoption & activity5/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 20d ago via OSV.dev ยท @smithery/cli (npm)

โ˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ“‚ File Systems โ†’Best MCP servers for File Systems โ†’Alternatives to MCP Everything Search โ†’Install in Claude DesktopInstall in CursorInstall in VS Code