MCPHub

0 serversUpdated Sep 16, 2026

TasksCollectionsPlaygroundSubmit
MCPHub

Catalog

  • Servers
  • Browse A–Z
  • Trending
  • Categories
  • Tasks
  • Collections
  • Playground
  • Submit
  • For agents

Company

  • About

Shout out

  • Formatly
  • Hirime

Searchable catalog of Model Context Protocol servers. Find tools that connect your AI assistant to the services and data you use.

PrivacyTerms

© 2026 MCPHub

  1. Home
  2. /Tasks
  3. /Read and write local files from Claude

Read and write local files from Claude

Give the assistant a controlled filesystem root

File-system servers look alike until you check language, path allowlists, and how aggressively they write. Wrong choice means either a useless read-only sandbox or too much access.

Ads

Pick a server

  1. 1F
    Filesystem MCP ServerRecommendedOfficial5.5k

    Official Filesystem MCP — allowlisted directories, read and write tools.

  2. 2M
    mark3labs/mcp-filesystem-serverCommunity0

    Community Go implementation for local filesystem access.

  3. 3E
    efforthye/fast-filesystem-mcpCommunity0

    Community “fast” filesystem server when latency on large trees matters.

  4. 4J
    j0hanz/filesystem-context-mcp-serverCommunity0

    Community option oriented around filesystem context for agents.

Official

Use the official Filesystem MCP for a well-known allowlist model and broad client support.

Community

Community Go or “fast” servers help when you want different performance or path semantics on a local machine.

Config for Cursor

One server — Filesystem MCP Server. Not a stack merge.

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

Added 17 days ago · Aug 31, 2026

FAQ

Should I point it at my home directory?
No. Pass only project roots you want the agent to touch. Broader paths increase accidental overwrite risk.
Does this replace GitHub MCP?
No. Filesystem is for local paths. GitHub MCP is for remote repos, PRs, and issues.

Related jobs

  • Review GitHub PRs from Cursor
  • Query a local SQLite database
  • Persistent memory for your assistant