mcp-filesystem-server
@qiangmzsx
About mcp-filesystem-server
A Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is mcp-filesystem-server?
mcp-filesystem-server is a Go implementation of the Model Context Protocol (MCP) that integrates LLM applications with external data sources and tools. It is based on the mark3labs/mcp-filesystem-server and was created primarily for learning the mcp-golang library.
How to use mcp-filesystem-server?
Install it with go install github.com/qiangmzsx/mcp-filesystem-server. Then add an entry to your Claude Desktop configuration (claude_desktop_config.json) with the command mcp-filesystem-server and a list of allowed directories as arguments.
Key features of mcp-filesystem-server
- Go implementation of the Model Context Protocol.
- Based on the established mark3labs/mcp-filesystem-server.
- Configurable allowed directories for file access.
- Integrates with LLM applications like Claude Desktop.
- Licensed under the MIT License.
- Designed for learning and experimentation.
Use cases of mcp-filesystem-server
- Allow an LLM assistant to list, read, and write files in specified local directories.
- Enable file-based workflows within Claude Desktop through MCP.
- Serve as a learning tool for understanding MCP server implementation in Go.
FAQ from mcp-filesystem-server
What is mcp-filesystem-server?
It is a Go-based MCP server that provides filesystem access to LLM applications, allowing interaction with files in designated directories.
How do I install mcp-filesystem-server?
Run go install github.com/qiangmzsx/mcp-filesystem-server to build and install the binary.
How do I configure mcp-filesystem-server for Claude Desktop?
Add a "filesystem" entry under "mcpServers" in claude_desktop_config.json, setting the command to mcp-filesystem-server and the arguments to the paths you want to allow.
What license does
Frequently asked questions
What is mcp-filesystem-server?
It is a Go-based MCP server that provides filesystem access to LLM applications, allowing interaction with files in designated directories.
How do I install mcp-filesystem-server?
Run `go install github.com/qiangmzsx/mcp-filesystem-server` to build and install the binary.
How do I configure mcp-filesystem-server for Claude Desktop?
Add a `"filesystem"` entry under `"mcpServers"` in `claude_desktop_config.json`, setting the command to `mcp-filesystem-server` and the arguments to the paths you want to allow.
Basic information
More Files & Storage MCP servers
WORK IN PROGRESS - USE WITH CAUTION - Windows:
hanwegMCP server for working with PDF files
File Context Server
bsmi021A Model Context Protocol (MCP) server that provides file system context to Large Language Models (LLMs). This server enables LLMs to read, search, and analyze code files with advanced caching and real-time file watching capabilities.
PDF Tools MCP
danielkennedy1mcp-rquest
xxxbrianA MCP server providing realistic browser-like HTTP request capabilities with accurate TLS/JA3/JA4 fingerprints for bypassing anti-bot measures. It also supports converting PDF and HTML documents to Markdown for easier processing by LLMs.

HTMLvault
AI tools (Claude, ChatGPT, Gemini, Grok, etc.) generate HTML constantly, from reports to landing pages to prototypes, but there's no easy way to share it or know if anyone looked. HTMLvault turns any HTML into a clean, t
Comments