🔍 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, local files, and AI audio.
Add this to your mcpServers configuration:
"everything-search": {
"command": "npx",
"args": ["-y", "@mamertofabian/mcp-everything-search"]
}Add this (and your API key) to your configuration:
"elevenlabs": {
"command": "npx",
"args": ["-y", "@mamertofabian/elevenlabs-mcp-server"],
"env": {
"ELEVENLABS_API_KEY": "your-api-key-here"
}
}