Skip to content

usemcpGive your AI Agent Real-World Context.

Open-source Model Context Protocol (MCP) servers bridging LLMs, local files, and AI audio.

Quick Setup

1. Everything Search (Windows)

Add this to your mcpServers configuration:

json
"everything-search": {
  "command": "npx",
  "args": ["-y", "@mamertofabian/mcp-everything-search"]
}

2. ElevenLabs

Add this (and your API key) to your configuration:

json
"elevenlabs": {
  "command": "npx",
  "args": ["-y", "@mamertofabian/elevenlabs-mcp-server"],
  "env": {
    "ELEVENLABS_API_KEY": "your-api-key-here"
  }
}

Released under the MIT License.