File Systems
Trust: 62/100 (Good)io.github.bytedance/mcp-server-filesystem Guide
MCP server for filesystem access
28,623 starsby bytedance
Quick Start
Install
npx @agent-infra/mcp-server-filesystemClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-bytedance-mcp-server-filesystem": {
"command": "npx",
"args": [
"@agent-infra/mcp-server-filesystem"
]
}
}
}