Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ“‚ File Systems
  3. Filesystem MCP
Filesystem MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 8:32:11 PM

Filesystem MCP

User RatingsBe the first to rate and review this MCP server!
View Repository2 GitHub StarsTotal stargazers on GitHub for the source repository (2 stars).Visit Website
filesystemfile-managementlocal-toolssecurity

Local MCP server for reading, writing, searching, and managing files within a restricted root directory.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "lincolnburrows2017-filesystem-mcp": {
      "command": "uvx",
      "args": [
        "filesystem-mcp"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ“‚ More in File Systems

Overview

filesystem-mcp exposes file and directory operations through MCP for assistants such as Claude and Cursor. Use it when an AI assistant needs controlled access to a local project or filesystem. Operations can run in read-write or optional read-only mode.

Use cases

โ€ขRead files from a project directory
โ€ขCreate, update, copy, move, or delete files
โ€ขSearch files using glob patterns
โ€ขInspect file and directory metadata
โ€ขRestrict operations to a configured root directory

Key features

โ€ขRead files with a 1 MB size limit
โ€ขList directories with file metadata
โ€ขWrite and delete files and directories
โ€ขSearch files by glob pattern
โ€ขCopy, move, and rename files or directories
โ€ขOptional read-only mode

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Filesystem MCP.

Extracted Tool Capabilities
Read files with a 1 MB size limit
List directories with file metadata
Write and delete files and directories
Search files by glob pattern
Copy, move, and rename files or directories
Optional read-only mode

Documentation Overview

๐Ÿ“‚ filesystem-mcp

PyPI Python License

Model Context Protocol (MCP) server for file system operations. Enable AI assistants like Claude, Cursor, and others to read, write, and manage files on your local system.

๐Ÿš€ Features

  • ๐Ÿ“– Read files - Read file contents with size limits
  • ๐Ÿ“‚ List directories - View files with metadata (size, type)
  • โœ๏ธ Write files - Create and update files
  • ๐Ÿ—‘๏ธ Delete files - Remove files and directories
  • ๐Ÿ” Search files - Glob pattern matching
  • ๐Ÿ“Š File info - Get detailed metadata
  • ๐Ÿ“ Directory operations - Create, copy, move directories

๐Ÿ“ฆ Installation

Terminal
pip install filesystem-mcp

๐Ÿ”ง Usage

CLI Mode

bash
# Start the MCP server (read-write mode)
filesystem-mcp --directory /path/to/your/project

# Start in read-only mode
filesystem-mcp --directory /path/to/your/project --readonly

Claude Desktop

Add to your claude_desktop_config.json:

config.json
{
  "mcpServers": {
    "filesystem": {
      "command": "filesystem-mcp",
      "args": ["--directory", "/path/to/your/project"]
    }
  }
}

Cursor

Add to Cursor settings (MCP configuration):

config.json
{
  "mcpServers": {
    "filesystem": {
      "command": "filesystem-mcp",
      "args": ["--directory", "/path/to/your/project"]
    }
  }
}

๐Ÿ› ๏ธ Available Tools

ToolDescriptionWrite
read_fileRead contents of a fileโŒ
list_directoryList files in a directoryโŒ
write_fileCreate or write to a fileโœ…
delete_fileDelete a file or directoryโœ…
create_directoryCreate a new directoryโœ…
search_filesSearch files by glob patternโŒ
get_file_infoGet file metadataโŒ
copy_fileCopy a file or directoryโœ…
move_fileMove or rename a fileโœ…

๐Ÿ“ Example

server.ts
from filesystem_mcp import FileSystemServer

# Create server instance
server = FileSystemServer(root_directory="/path/to/project")

# Run the server
server.run()

๐Ÿ” Security

  • Path restrictions: All operations are restricted to the specified root directory
  • File size limits: Maximum 1MB for file reads
  • Optional read-only mode: Use --readonly flag to disable all write operations

๐Ÿค Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

๐Ÿ“„ License

MIT License - see LICENSE for details.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in File Systems View all alternatives
  • Filesystem Context MCP Server logoFilesystem Context MCP Server

    Read-only MCP server for secure filesystem exploration, searching, and analysis with symlink protection.

    ๐Ÿ“‚ File Systems3 views
    Compare vs Filesystem Context MCP Server โ†’
  • MCP Filesystem Server logoMCP Filesystem Server

    Golang implementation for local file system access.

    ๐Ÿ“‚ File Systems4 views
    Compare vs MCP Filesystem Server โ†’
  • Quarkus MCP Servers logoQuarkus MCP Servers

    A filesystem allowing for browsing and editing files implemented in Java using Quarkus. Available as jar or native image.

    ๐Ÿ“‚ File Systems5 views
    Compare vs Quarkus MCP Servers โ†’
  • MCP Everything Search logoMCP Everything Search

    Fast Windows file search using Everything SDK

    ๐Ÿ“‚ File Systems3 views
    Compare vs MCP Everything Search โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
2
Stargazers on the source repository.
npm downloads
492
Package downloads in the last 30 days.
Last commit
6mo ago
Most recent push to the default branch.
Directory activity
2 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Filesystem MCP

It supports reading, listing, writing, deleting, searching, metadata lookup, directory creation, copying, and moving files or directories.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewFilesystem MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/lincolnburrows2017-filesystem-mcp?style=directory)](https://allmcps.com/mcp/lincolnburrows2017-filesystem-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/lincolnburrows2017-filesystem-mcp"><img src="https://allmcps.com/api/badge/lincolnburrows2017-filesystem-mcp?style=directory" alt="Filesystem MCP on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ“‚File Systems
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimePython
AuthNo auth required
LicenseMIT
ClientsClaude Desktop, Cursor
Last updatedAug 9, 2026
10/10 checks healthy over the last 31d
Views2
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars2
GitHub Star CountTotal stargazers on GitHub representing community popularity (2 stars).
Last commit6mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Mar 11, 2026
npm downloads492/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
49Quality signal: Fair ยท 49/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools23/30
Adoption & activity4/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 23d ago via OSV.dev ยท filesystem-mcp (PyPI)

โ˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ“‚ File Systems โ†’Best MCP servers for File Systems โ†’Alternatives to Filesystem MCP โ†’Install in Claude DesktopInstall in CursorInstall in VS Code