PluginBench
MCP Server

io.github.huoshuiai42/huoshui-file-search MCP Server

io.github.huoshuiai42/huoshui-file-search

What is the io.github.huoshuiai42/huoshui-file-search MCP server?

An MCP server that provides fast Spotlight file search capabilities for macOS

How to install io.github.huoshuiai42/huoshui-file-search

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "huoshui-file-search": {
      "command": "uvx",
      "args": [
        "huoshui-file-search"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "huoshui-file-search": {
      "command": "uvx",
      "args": [
        "huoshui-file-search"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "huoshui-file-search": {
      "command": "uvx",
      "args": [
        "huoshui-file-search"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "huoshui-file-search": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "huoshui-file-search"
      ]
    }
  }
}
Claude Code
claude mcp add huoshui-file-search -- uvx huoshui-file-search

Related MCP servers

An MCP server that provides tools for fetching, converting, and extracting data from web pages.

View repository →

An MCP server that provides document format conversion

View repository →

An MCP server that provides PDF file conversion

View repository →

An MCP server that provides PDF translation service

View repository →