A Windows MCP server for fast file search using the Everything SDK, providing quick local file access.
Loading more......
A Model Context Protocol (MCP) server that enables large language models (LLMs) to read, search, and analyze code files with advanced caching and real-time file watching capabilities. Highly relevant as a core MCP server.
Provides file search functionality within filesystems, returning detailed metadata for discovered files based on path fragments.
A powerful MCP server for file searching with wildcard patterns, attribute filtering, and content searching across directories, returning detailed file information.
A connector MCP server for Claude Desktop (or any MCP client) to read and search directories containing Markdown notes, such as Obsidian vaults.
An MCP server dedicated to parsing files for Claude Desktop, requiring a 302AI API key, showcasing the extensibility of MCP servers for file parsing and desktop application integration.
MCP server for uploading and manipulating IPFS storage, allowing AI assistants or agents to interact with decentralized storage via the MCP protocol.
A cross-platform MCP server that provides fast file searching capabilities by integrating with platform-specific search tools (Everything SDK on Windows, mdfind on macOS, locate/plocate on Linux).
Source: GitHub - mamertofabian/mcp-everything-search
mdfind for filename and content search via the Spotlight database.locate or plocate for basic filename searches.query (required): Search query string, supports platform-specific syntax.max_results (optional): Limit number of results (default: 100, max: 1000).match_path (optional): Match against full path (default: false).match_case (optional): Case-sensitive search (default: false).match_whole_word (optional): Match whole words only (default: false).match_regex (optional): Regex search (default: false).sort_by (optional): Multiple sort options (by filename, path, size, extension, creation/modification date, ascending/descending).uvx.locate or plocate.npx -y @smithery/cli install mcp-server-everything-search --client claudepip install mcp-server-everything-searchuvx mcp-server-everything-searchSee the repository for detailed configuration and usage instructions.