TrueNAS Core MCP Server
A Model Context Protocol server that enables Claude Desktop and other MCP clients to interact with TrueNAS Core systems through the TrueNAS API, supporting user management, storage operations, sharing, and snapshot creation.
README
TrueNAS Core MCP Server
A Model Context Protocol (MCP) server that enables Claude Desktop (or any MCP client) to interact with TrueNAS Core systems through the TrueNAS API.
Features
- User Management: List users, get user details
- System Information: Get TrueNAS system info
- Storage Management: List pools, datasets, create datasets
- Sharing: List and create SMB shares
- Snapshots: Create ZFS snapshots
Prerequisites
- Python 3.8 or higher
- TrueNAS Core system with API access
- Claude Desktop (or any MCP-compatible client)
- TrueNAS API key
Installation
- Clone this repository:
git clone https://github.com/yourusername/truenas-core-mcp.git
cd truenas-core-mcp
- Create a virtual environment:
python -m venv venv
# On Windows:
venv\Scripts\activate
# On Linux/Mac:
source venv/bin/activate
- Install dependencies:
pip install -r requirements.txt
- Configure environment variables:
cp .env.example .env
# Edit .env with your TrueNAS details
Getting Your TrueNAS API Key
- Log into your TrueNAS Core web interface
- Navigate to Settings → API Keys
- Click Add
- Give your key a name (e.g., "MCP Server")
- Click Submit
- Copy the generated API key (you won't be able to see it again!)
Configuration
Edit the .env file with your TrueNAS connection details:
TRUENAS_URL=https://192.168.1.100 # Your TrueNAS IP or hostname
TRUENAS_API_KEY=1-your-api-key-here
TRUENAS_VERIFY_SSL=false # Set to true if using valid SSL certificates
Running the Server
Standalone Mode (for testing)
python truenas_mcp_server.py
With Claude Desktop
- Open Claude Desktop settings
- Navigate to the MCP servers configuration
- Add the following configuration to your
claude_desktop_config.json:
{
"mcpServers": {
"truenas": {
"command": "python",
"args": [
"C:\\path\\to\\truenas_mcp_server.py"
],
"env": {
"TRUENAS_URL": "https://your-truenas-ip",
"TRUENAS_API_KEY": "your-api-key",
"TRUENAS_VERIFY_SSL": "false"
}
}
}
}
- Restart Claude Desktop
Available Functions
User Management
list_users()- List all users in the systemget_user(username)- Get detailed information about a specific user
System Information
get_system_info()- Get TrueNAS system information
Storage Management
list_pools()- List all storage poolslist_datasets()- List all datasetsget_pool_status(pool_name)- Get detailed status of a specific poolcreate_dataset(pool, name, compression="lz4", quota=None)- Create a new dataset
Sharing
list_smb_shares()- List all SMB sharescreate_smb_share(path, name, comment="", read_only=False)- Create a new SMB share
Snapshots
create_snapshot(dataset, name, recursive=False)- Create a ZFS snapshot
Example Usage in Claude
Once configured, you can ask Claude to:
- "List all users in my TrueNAS system"
- "Show me the storage pools"
- "Create a new dataset called 'backups' in the 'tank' pool"
- "List all SMB shares"
- "Create a snapshot of tank/data"
Security Considerations
- API Key: Keep your API key secure and never commit it to version control
- SSL Verification: Enable SSL verification in production environments
- Network Security: Ensure your TrueNAS system is only accessible from trusted networks
- Permissions: The API key will have the same permissions as the user who created it
Troubleshooting
Connection Issues
- Verify your TrueNAS URL is correct (include https://)
- Check if the API service is enabled in TrueNAS
- Ensure your API key is valid
- If using self-signed certificates, set
TRUENAS_VERIFY_SSL=false
API Errors
- Check TrueNAS logs for detailed error messages
- Ensure your user has appropriate permissions
- Verify the API endpoint compatibility with your TrueNAS Core version
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
MIT License - see LICENSE file for details
Acknowledgments
- Built for TrueNAS Core using the official API
- Uses the Model Context Protocol (MCP) by Anthropic
- Powered by FastMCP for easy MCP server creation
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。