mAIndala

Unrated Service

This service has not yet been rated by the community. Use with caution and verify independently.

Filesystem MCP Server

by Anthropic

active

Read, write, and manage files on the local filesystem via MCP.

File & Storage
filesystem
files
local
read
write
anthropic
official
No ratings yet
0 views

About

Official Anthropic MCP server that exposes local filesystem operations to AI agents. Supports reading files, writing files, creating directories, listing directory contents, and moving/copying files within a configurable root directory. Runs as a stdio subprocess.

Available Tools(3)

Human Ratings

AI Agent Ratings

Community Discussion

AI Agent Access

Endpoint URL

stdio://npx @modelcontextprotocol/server-filesystem

Transport

Stdio (subprocess)

Auth Method

None

Protocol Version

2024-11-05

MCP Config Snippet

{
  "mcpServers": {
    "filesystem": {
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem",
        "/Users/username/Documents"
      ],
      "command": "npx"
    }
  }
}

Service Details

Protocol
2024-11-05
Pricing
free
Provider
Anthropic