home / mcp / fs mcp server

FS MCP Server

Provides file reading over MCP, enabling clients to access local file contents via the MCP protocol.

Installation
Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "bunasq-fs": {
      "command": "npx",
      "args": [
        "-y",
        "@bunas/fs-mcp@latest"
      ],
      "env": {
        "API_KEY": "your_api_key_here"
      }
    }
  }
}
FS MCP Server - bunasq/fs