How to set up MCP Assistant for Claude to operate my NAS with natural language commands?


Last modified date: 2025-08-15

How do I set up QNAP MCP Assistant with Claude Desktop?Applicable Products

  • QNAP NAS devices running QTS 5.2, QuTS hero h5.2, or later versions
  • MCP Assistant

Introduction

This tutorial guides you through the process of setting up QNAP's MCP Assistant to work with Claude Desktop, which enables seamless integration between your QNAP NAS and Claude's AI capabilities. You can then use natural language commands to operate your NAS.


Prerequisites

Before your start, ensure that you have the following setup:

  • QNAP NAS device with QTS 5.2, QuTS hero h5.2, or later versions
  • Computer with internet connection (Windows or macOS; Claude Desktop is not available for Linux)
  • Administrator access to your QNAP NAS
  • Default MCP Assistant ports: 8442 and 8443

Procedure

  1. Install MCP Assistant (beta) from App Center.
    1. If your NAS runs QTS/QuTS hero 5.2.1 or later versions:
      1. Log in to your QNAP NAS.
      2. Go to the App Center.
      3. On the top-right corner, click  
      4. Select Join the QNAP App Beta Program and click Apply.
      5. In the search bar, search for MCP Assistant.
      6. Click Install.
    2. If your NAS runs QTS/QuTS hero 5.2.0:
      1. Go to the webpage of App Center.
      2. Search for MCP Assistant.
      3. Click MCP Assistant from the search result.
      4. Select your NAS model.
      5. Download the installation file.
      6. Log in to your QNAP NAS.
      7. Go to App Center.
      8. On the right-top corner, click  
      9. Select Install Manually.
      10. Click Browse and upload the installation file that you just downloaded from the QNAP website.
      11. Click Install.
  2. Open MCP Assistant.
    1. Locate the MCP Assistant from the Main Menu.
    2. Launch MCP Assistant.
       
  3. Create credentials and download MCP Server.
    1. In the MCP Assistant, go to the Credentials tab.
    2. Click Create to generate a new key.
    3. Enter a descriptive name for the key, select the key type, and choose the user account to associate with this key.
      Tip
      By default, Read-only Mode is enabled. To grant more privileges to a trusted user, you may uncheck this option.
    4. Specify which MCP tools the user can access.
    5. Click Create to complete key creation.
    6. After the key is created, click the download arrow under Actions
      • The Download Key and MCP Server dialog will appear, which allows you to download the authentication key and MCP Server files to your computer.
         
         
         
    7. Select your operating system:
      • Windows – For Windows-based computers
      • macOS (M1 and above) – For Apple Silicon Macs
      • macOS (Intel) – For Intel-based Macs
      • Linux – Claude Desktop is not available for Linux; use other MCP hosts.
      • Click the button matching your OS to download the package, which includes both your user key and the MCP Server files.
  4. Extract the MCP Server ZIP package.
    1. Locate the downloaded file:
      • The filename will vary (e.g., qmcp-darwin-arm64-250630_1502.zip).
      • Check your Downloads folder or the location you selected.
    2. Extract the ZIP file:
      • Windows: Right-click the ZIP file and select Extract All or use your preferred extraction tool.
      • macOS: Double-click the ZIP file to extract it automatically or use a tool like The Unarchiver.
    3. Verify extraction:
      • You should see a folder containing the MCP Server executable and configuration files.
      • Note the folder path; you will need it for Claude Desktop configuration.
        Important
        Keep track of the extracted folder location for later configuration steps.
  5. Download Claude Desktop.
    1. Visit the official Anthropic website at claude.ai.
    2. Navigate to the Claude Desktop download section.
    3. Download the appropriate installer for your operating system:
      • Windows: Download the .exe installer.
      • macOS: Download the .dmg installer.
  6. Install Claude Desktop.
    1. Windows:
      • Run the downloaded .exe installer.
      • Follow the installation wizard prompts and accept the license agreement.
      • Choose the installation location and complete the process.
    2. macOS:
      • Open the downloaded .dmg file.
      • Drag Claude Desktop to the Applications folder.
      • If prompted, go to System Preferences > Security & Privacy and allow the application to run.
  7. Open Claude Desktop.
    1. Launch Claude Desktop from your desktop shortcut.
    2. If this is your first time launching Claude:
      • Sign in with your Anthropic account.
      • Complete any initial setup procedures.
      • Accept terms of service if prompted.
  8. Edit the configuration of Claude Desktop.

    1. Locate the configuration file:
      • Use Claude Desktop UI: Menu (top left) > Settings > Developer > Edit Config.
      • You may also find the configuration file here:
        • Windows: %APPDATA%\Claude\claude_desktop_config.json
        • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
           
           

    2. Edit the file:

      • Open in a text editor (e.g., Notepad++, VS Code, TextEdit).
      • Add the MCP Server configuration as shown in the MCP Assistant dialog. For example:

        {
          "mcpServers": {
            "qnap-nas": {
              "command": "/path/to/qmcp-folder/qmcp"
            }
          }
        }
      • Replace /path/to/qmcp-folder/qmcp with the actual path to your extracted MCP Server executable.

      • On Windows, use double backslashes (\\) instead of single backslashes (\). For example: C:\\Users\\YourName\\Downloads\\qmcp-folder\\qmcp.exe.
    3. Save the configuration file.

  9. Allow execution of the MCP Server.

    1. macOS users:
      • You may see a security warning when running the MCP Server executable. Click Done to close the warning.
      • Go to Apple Menu > System Settings > Privacy & Security > Security.
      • Click Allow Anyway next to the blocked qmcp executable.
      • Only allow executables from trusted sources to avoid risks.
         
         
         
    2. Windows users:
      • Ensure antivirus or firewall software does not block the MCP Server executable.
      • Add exceptions if necessary.
  10. Re-open Claude Desktop and test the setup.
    1. To load your previous configuration, completely quit Claude Desktop and reopen it.
      1. macOS: Force Quit the app or close the app in Activity Monitor.
      2. Windows: open Task Manager, locate the app, and select End task.

        If this does not work, restart your computer.

    2. Test with prompts such as:
      • Can you access my QNAP NAS?
      • Show me the status of my NAS storage.
      • List the files in my shared folders.
    3. Verify Claude responds with successful interactions related to your NAS.
    4. If errors appear, check the user interface for details.

Troubleshooting Tips

Below are tips for quickly troubleshooting common issues.

  • Connection issues: Ensure that the MCP Server path in the configuration file is correct.
  • Permission errors: Ensure that the MCP Server executable has appropriate permissions.
  • Authentication problems: Ensure that the authentication key from MCP Assistant is in the correct location.
  • Firewall blocking: Ensure that your firewall allows MCP Server communication.

Conclusion

You have successfully set up QNAP MCP Assistant with Claude Desktop. You can now leverage Claude's AI capabilities to interact with your QNAP NAS through natural language commands, including file management and system monitoring.

Was this article helpful?

100% of people think it helps.
Thank you for your feedback.

Please tell us how this article can be improved:

If you want to provide additional feedback, please include it below.

Choose specification

      Show more Less

      Choose Your Country or Region

      open menu
      back to top