filesystem-mcp

MCP

Official Anthropic MCP server for local filesystem access.

Give AI agents read/write access to the local filesystem via MCP

Install

npmnpm install -g @modelcontextprotocol/server-filesystem

Agent notes

When to use
When an AI agent needs to read, write, or list local files

Use from an agent

curl -s https://clihub.com/api/tools/filesystem-mcp | jq '.agentHints.provenRecipes[] | {task, command, verified}'

Or call get_tool with slug filesystem-mcp on the MCP server at https://clihub.com/mcp.

Homepage ↗Repository ↗MIT0 views