🔍 Everything Search
Instant Windows file indexing. Query millions of local files in milliseconds using the Voidtools SDK directly from Claude.
View Repo
Open-source Model Context Protocol (MCP) servers bridging LLMs with local files, AI audio, and validation frameworks.
Support the project and stay updated with the latest features
Add this to your mcpServers configuration:
"everything-search": {
"command": "uv",
"args": [
"--directory",
"/path/to/mcp-everything-search/src/mcp_server_everything_search",
"run",
"mcp-server-everything-search"
],
"env": {
"EVERYTHING_SDK_PATH": "path/to/Everything-SDK/dll/Everything64.dll"
}
}Add this (and your API key) to your configuration:
"elevenlabs": {
"command": "uv",
"args": [
"--directory",
"path/to/elevenlabs-mcp-server",
"run",
"elevenlabs-mcp-server"
],
"env": {
"ELEVENLABS_API_KEY": "your-api-key",
"ELEVENLABS_VOICE_ID": "your-voice-id",
"ELEVENLABS_MODEL_ID": "eleven_flash_v2",
"ELEVENLABS_STABILITY": "0.5",
"ELEVENLABS_SIMILARITY_BOOST": "0.75",
"ELEVENLABS_STYLE": "0.1",
"ELEVENLABS_OUTPUT_DIR": "output"
}
}First install via pip:
pip install maid-runner-mcpThen add this to your configuration:
"maid-runner": {
"command": "uv",
"args": ["run", "maid-runner-mcp"],
"env": {
"MAID_MANIFEST_DIR": "manifests"
}
}Adding Instant Full-system Search and File management to Claude Desktop
See how Cline accelerates MCP server development
Build an audiobook generator with Claude, Cline, and ElevenLabs MCP Server
See how MAID Runner MCP server was built using MAID Runner itself