servers icon indicating copy to clipboard operation
servers copied to clipboard

Add TrueNAS Core MCP Server

Open vespo92 opened this issue 7 months ago • 0 comments

Add TrueNAS Core MCP Server

Description

Adds official TrueNAS Core MCP server to enable NAS management through LLM interfaces.

Server Details

Server: https://github.com/vespo92/TrueNasCoreMCP

Motivation and Context

This MCP server enables LLMs to interact with TrueNAS Core systems, allowing users to manage their NAS through natural language. Users can query system status, manage storage pools and datasets, create snapshots, and configure SMB shares directly from Claude Desktop or other MCP-compatible clients. The server provides a secure, API-based integration that makes NAS administration more accessible and efficient.

How Has This Been Tested?

  • ✅ Tested with Claude Desktop on Windows 10/11
  • ✅ Verified with TrueNAS Core 13.0-U6.1
  • ✅ Tested all core functions: user management, pool operations, dataset creation, SMB shares
  • ✅ Connection test script included for easy verification
  • ✅ Error handling tested with invalid credentials and network failures

Types of changes

  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [x] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to change)
  • [ ] Documentation update

Checklist

  • [x] I have read the MCP Protocol Documentation
  • [x] My changes follow MCP security best practices
  • [x] I have updated the server's README accordingly
  • [x] I have tested this with an LLM client
  • [x] My code follows the repository's style guidelines
  • [x] New and existing tests pass locally
  • [x] I have added appropriate error handling
  • [x] I have documented all environment variables and configuration options

Additional context

This server is designed specifically for TrueNAS Core (not SCALE) and uses the official TrueNAS API v2.0. It includes:

  • Automated setup scripts for Windows and Unix-like systems
  • Comprehensive documentation with quick-start guide
  • Security-first design with API key authentication
  • No external dependencies beyond Python standard library and essential packages
  • MIT licensed for maximum compatibility

vespo92 avatar Jun 10 '25 01:06 vespo92