We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ananyaakamat/everything-search-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# ๐ Everything Search MCP Server - Enhanced with Natural Language Processing
## โ
**FULLY CONFIGURED & GLOBALLY ACCESSIBLE**
Your Everything Search MCP server now supports **natural language queries** and is **globally accessible** from any project!
### ๐ฏ **Key Features Added:**
#### 1. **Natural Language Processing**
- Convert natural language to search parameters
- Support for intuitive queries like:
- "find all images on my desktop"
- "search for large PDF files"
- "find recent documents in downloads folder"
- "look for .txt files"
#### 2. **Global Installation**
- Installed globally via npm: `everything-search-mcp-server`
- Accessible from any directory
- No need for absolute paths in configuration
#### 3. **Enhanced Tools**
- **`natural_search`**: Natural language search (primary tool for users)
- **`search`**: Advanced search with specific parameters (for power users)
### ๐ **Test Results - SUCCESS!**
โ
**Tools Available**: Both `natural_search` and `search` tools detected
โ
**Natural Language Parsing**: Successfully interprets queries
โ
**File Type Detection**: Recognizes images, PDFs, documents, etc.
โ
**Location Detection**: Understands desktop, downloads, documents folders
โ
**Size-based Sorting**: Handles "large files" requests
โ
**Date-based Sorting**: Processes "recent" file requests
โ
**Extension Matching**: Finds .txt, .pdf files correctly
### ๐ง **Configuration for Claude Desktop:**
Use this **updated global configuration**:
```json
{
"mcpServers": {
"everything-search": {
"command": "everything-search-mcp-server",
"args": [],
"env": {}
}
}
}
```
**Location**: `%APPDATA%\Claude\claude_desktop_config.json`
### ๐ฎ **Usage Examples:**
Once configured in Claude Desktop, you can use natural language like:
#### **Basic Searches:**
- "Find all my images"
- "Show me text files on desktop"
- "Look for PDF documents"
#### **Location-Specific:**
- "Find images in my pictures folder"
- "Search downloads for recent files"
- "Show documents on my desktop"
#### **Advanced Queries:**
- "Find large video files"
- "Show me recent documents"
- "Look for empty files"
- "Find old music files"
### ๐ง **Natural Language Processing Features:**
The server automatically detects:
- **File Types**: images, documents, videos, audio, code, etc.
- **Locations**: desktop, downloads, documents, pictures, videos, music
- **Size Preferences**: large, big, small
- **Date Preferences**: recent, latest, new, old, oldest
- **Special Cases**: empty files, specific extensions
- **Search Modifiers**: case sensitive, whole word matching
### ๐๏ธ **Architecture:**
```
Natural Language Query โ NLP Parser โ Search Parameters โ Everything Search โ Formatted Results
```
Example:
```
"find large PDF files" โ {query: "*.pdf", sortBy: "size", ascending: false} โ Everything Search โ Formatted Results
```
### ๐ **Available Commands:**
- `npm run build` - Build the server
- `npm run install-global` - Install globally
- `npm run uninstall-global` - Remove global installation
- `npm test` - Test the server
- `node test-natural-language.js` - Test natural language features
### ๐ฏ **Status: READY FOR PRODUCTION!**
The Everything Search MCP Server is now:
- โ
**Globally accessible** from any project
- โ
**Enhanced with natural language processing**
- โ
**Tested and verified** working
- โ
**Ready for Claude Desktop integration**
Simply add the configuration to Claude Desktop and restart to start using natural language file search! ๐