Claude Code MCP

listFiles

Retrieve a list of files and directories within a specified path using the Claude Code MCP server. Simplify file system navigation and management with precise input requirements.

Instructions

Lists files and directories in a given path

Input Schema

NameRequiredDescriptionDefault
pathYesThe absolute path to the directory to list

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "path": { "description": "The absolute path to the directory to list", "type": "string" } }, "required": [ "path" ], "type": "object" }

You must be authenticated.

Other Tools from Claude Code MCP

Related Tools

ID: nqo1hvazke