fzf-mcp

danielsimonjr/fzf-mcp
★ 2 stars JavaScript 🔍 Search Updated 2d ago
MCP server for fzf fuzzy finder - enables fuzzy file search, list filtering, and content search
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "fzf-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "danielsimonjr/fzf-mcp"
      ]
    }
  }
}

README Excerpt

Model Context Protocol (MCP) server for [fzf](https://github.com/junegunn/fzf), the command-line fuzzy finder. Enables fuzzy file searching, list filtering, and content searching through MCP. n🎁 **Self-Contained**: fzf binary automatically downloaded and bundled during installation - **no manual setup required!**