Mount MCP servers as filesystems to access reads via standard file commands and perform writes through a CLI tool.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcpfs": {
"command": "go",
"args": [
"run",
"github.com/TakyiEric/mcpfs@latest"
]
}
}
}
Run in terminal:
claude mcp add mcpfs go run github.com/TakyiEric/mcpfs@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcpfs": {
"command": "go",
"args": [
"run",
"github.com/TakyiEric/mcpfs@latest"
]
}
}
}