file-finder-mcp
Allows searching and retrieving files and their metadata (name, path, size, creation date) from the filesystem using path fragments.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@file-finder-mcpfind files containing 'report' in my documents folder"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
file-finder-mcp MCP Server
A MCP server for searching files in the filesystem based on a path fragment.
Components
Resources
The server implements a file search system:
Each file resource includes:
File name
Full path
File size
Creation date
Tools
The server provides one tool:
search-files: Searches for files matching a given path fragment.Takes
queryas a required string argument.Takes
directoryas an optional string argument to specify the base directory for the search. If not provided, the search runs in the root directory.Returns a list of matching files with their metadata.
Related MCP server: Find Library MCP Server
Quickstart
Install
Replace the contents of the cline_mcp_settings.json file with the following configuration:
{
"mcpServers": {
"file-finder-mcp": {
"command": "uv",
"args": [
"--directory",
"/Users/stleubaev/Desktop/ClineTest/file-finder-mcp",
"run",
"file-finder-mcp"
]
}
}
}Testing
The testing was conducted using the Gemini model with the following prompt:
hi can you find files called file_to_find on my desktop using my mcp serverMaintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- Alicense-qualityDmaintenanceAn MCP server that provides tools for reading, writing, and editing files on the local filesystem.Last updated1,608Apache 2.0
- Flicense-qualityDmaintenanceAn MCP server that enables searching for specific files by name within the current directory and its subdirectories. It uses Server-Sent Events (SSE) to provide a find_file tool for locating local files and libraries.Last updated
- Alicense-qualityCmaintenanceAn MCP server that enables file system search and inspection, including directory listing, regex-based file name and content searches, and reading text, PDF, and DOCX files.Last updated1MIT
Related MCP Connectors
An MCP server for deep research or task groups
MCP server for accessing curated awesome list documentation
Search and browse every MCP server in the Model Context Protocol registry.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/StepanCooleague/file-finder-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server