File System
mcp fs
Installation
Installing for Claude Desktop
Option 1: One-Command Installation
npx mcpbar@latest install bunasQ/fs -c claude
This command will automatically install and configure the File System MCP server for your selected client.
Option 2: Manual Configuration
Run the command below to open your configuration file:
npx mcpbar@latest edit -c claude
After opening your configuration file, copy and paste this configuration:
View JSON configuration
{
"mcpServers": {
"File System": {
"command": "npx",
"args": [
"-y",
"@bunas/fs-mcp"
],
"env": {
"API_KEY": "${input:api_key}"
}
}
}
}
FS MCP
A file system Model Context Protocol (MCP) server that enables file reading capabilities.
Installation
You can run this package directly using npx:
npx -y @bunas/fs-mcp@latest
Usage with API Key
You can provide an API key when running the package:
npx -y @bunas/fs-mcp@latest --API_KEY="your_api_key_here"
The API key can also be provided as an environment variable:
API_KEY="your_api_key_here" npx -y @bunas/fs-mcp@latest
Features
- Seamless file reading via MCP
- Command-line API key configuration
Details:
Stars
8Forks
0Last commit
4 months agoRepository age
4 months
Auto-fetched from GitHub .
MCP servers similar to File System:

Stars
Forks
Last commit

Stars
Forks
Last commit

Stars
Forks
Last commit