文件查找
STDIO多功能电脑文件搜索工具
多功能电脑文件搜索工具
An advanced file search tool that allows users to search for files on their computer using various filtering options.
*.txt, file*, *test*This tool is implemented as an MCP (Model Context Protocol) server and supports the following parameters:
directories: Array of directory paths to start the search fromfilename: File name or wildcard pattern to search forextension: File extension to search forminSize: Minimum file size (in bytes)maxSize: Maximum file size (in bytes)createdAfter: Search for files created after this date (YYYY-MM-DD format)createdBefore: Search for files created before this date (YYYY-MM-DD format)modifiedAfter: Search for files modified after this date (YYYY-MM-DD format)modifiedBefore: Search for files modified before this date (YYYY-MM-DD format)recursive: Whether to search subdirectories recursively (default: true)caseSensitive: Whether filename matching should be case-sensitive (default: false)contentSearch: Text to search for within file contents (text files only)fileType: Filter by file type (text, image, audio, video, application)maxResults: Maximum number of results to return (default: 1000)timeoutMs: Maximum search time in milliseconds before timeout (default: 30000){ "mcpServers": { "find-files": { "command": "npx", "args": [ "-y", "find-files-mcp", "/Users/kst/Downloads", "/Users/kst/Desktop", "/Users/kst/Documents" ] } } }