Save-To-NAS MCP
Enables saving files and folders to a local NAS over NFS with automatic share discovery, smart mounting, and seamless file transfers.
README
Save-To-NAS MCP
An MCP server for saving files and folders to a local NAS over NFS. Eliminates repetitive steps when transferring data to NAS storage.
Installation
Via mcpm (recommended)
mcpm install save-to-nas-mcp
mcpm edit save-to-nas --env "NAS_IP=192.168.1.100"
mcpm add save-to-nas --profile your-profile # Add to a profile
Via npm
npm install -g save-to-nas-mcp
From source
git clone https://github.com/danielrosehill/Save-To-NAS-MCP.git
cd Save-To-NAS-MCP
npm install
Configuration
Configure the MCP server with environment variables:
| Variable | Description | Default |
|---|---|---|
NAS_IP |
IP address of your NAS | 10.0.0.50 |
NAS_MOUNT_BASE |
Local directory for NFS mounts | /mnt/nas |
NAS_VOLUME_PREFIX |
NAS volume path prefix | /volume1 |
Claude Code / Claude Desktop
Add to your MCP configuration:
{
"mcpServers": {
"save-to-nas": {
"command": "npx",
"args": ["-y", "save-to-nas-mcp"],
"env": {
"NAS_IP": "192.168.1.100"
}
}
}
}
Or if installed globally:
{
"mcpServers": {
"save-to-nas": {
"command": "save-to-nas-mcp",
"env": {
"NAS_IP": "192.168.1.100"
}
}
}
}
Tools
save_to_nas
Save a file or folder to a NAS share.
Parameters:
source(required): Path to the local file or foldershare(required): Name of the NAS share (e.g., "AI_Art", "Documents")destination_subfolder(optional): Subfolder within the share
Example:
Save ~/projects/my-data to the Documents share
list_nas_shares
List available NFS shares on the NAS and show which are mounted.
Parameters:
filter(optional): Filter shares by name
How It Works
- Discovery: Queries the NAS via
showmount -eto find available NFS exports - Mount Detection: Checks if the target share is already mounted locally
- Smart Mounting: If not mounted, attempts to mount via NFS (requires sudo)
- Transfer: Copies files/folders to the destination, preserving attributes
Requirements
- Linux with NFS client tools (
nfs-commonon Ubuntu/Debian) - Network access to the NAS
- NFS exports configured on your NAS
- Sudo privileges for mounting unmounted shares
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
E2B
Using MCP to run code via e2b.