Everything Search MCP Server

search

Search for files using Everything Search

Input Schema

NameRequiredDescriptionDefault
ascendingNoSort in ascending order
caseSensitiveNoMatch case
maxResultsNoMaximum number of results (1-1000, default: 100)
pathNoSearch in paths
queryNoSearch query
regexNoUse regular expressions
scopeNoSearch scope (default: C:)
sortByNoSort results by
wholeWordNoMatch whole words only

Input Schema (JSON Schema)

{ "properties": { "ascending": { "description": "Sort in ascending order", "type": "boolean" }, "caseSensitive": { "description": "Match case", "type": "boolean" }, "maxResults": { "description": "Maximum number of results (1-1000, default: 100)", "type": "number" }, "path": { "description": "Search in paths", "type": "boolean" }, "query": { "description": "Search query", "type": "string" }, "regex": { "description": "Use regular expressions", "type": "boolean" }, "scope": { "description": "Search scope (default: C:)", "type": "string" }, "sortBy": { "description": "Sort results by", "enum": [ "name", "path", "size", "date_modified" ], "type": "string" }, "wholeWord": { "description": "Match whole words only", "type": "boolean" } }, "type": "object" }

You must be authenticated.

Other Tools