mcp-filesearch

samconibear/mcp-filesearch
★ 0 stars Python File System Updated 13d ago
MCP server for searching and reading files on your local file system
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-filesearch": {
      "command": "uvx",
      "args": [
        "mcp-filesearch"
      ]
    }
  }
}

Or install with pip: pip install mcp-filesearch

README Excerpt

A cross-platform MCP server for searching your files by name, content, extension, or modification time - directly from chat. Works with any MCP-compatible client (e.g. Claude desktop, Cursor, ChatGPT desktop) - Built with [FastMCP](https://github.com/jlowin/fastmcp). Clone the repo anywhere you like ```bash