# MCP Filesystem

> Specific MCP skill providing Read-Only access to the local project filesystem.

- Skill: `arielfikru/mcp-filesystem` (Agent Skill)
- Install (CLI): `npx skillmds@latest add arielfikru/mcp-filesystem`
- Raw SKILL.md: https://api.skillmd.com/api/skills/arielfikru/mcp-filesystem/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: arielfikru (https://skillmd.com/u/arielfikru)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/arielfikru/mcp-filesystem

---


# Sub-Skill: mcp-filesystem

This skill establishes a secure connection to the Filesystem MCP Server. Once activated, you will receive tools prefixed with `filesystem__`.

## Available Tools:
- `filesystem__list_directory`: View the contents of a directory.
- `filesystem__read_file`: Read the text contents of a file (max 500 lines).
- `filesystem__file_info`: Retrieve metadata information for a specific file.

It is highly recommended to use `list_directory` first to verify exact file paths before attempting to read them.

