utensils/mcp-nixos
by Various
MCP-NixOS - Model Context Protocol Server for NixOS resources
MCP
utensils/mcp-nixos
Added 1 June 2026
Overview
A Model Context Protocol server that exposes NixOS resources to AI assistants. It lets LLMs query NixOS options, packages, and system configurations through a structured API.
Best for
Best for
Developers using AI assistants who need quick access to NixOS configuration and package information.
Use cases
- Query NixOS package details and options from an AI assistant
- Retrieve system configuration documentation during development
- Integrate NixOS resource lookups into automated workflows
How to use
Install
uvx mcp-nixos Tools exposed
flake-inputshome-managernix-dev
Tested with
Cursor
Example client config
{\n "mcpServers": {\n "nixos": {\n "command": "uvx",\n "args": ["mcp-nixos"]\n }\n }\n} Notes
A Model Context Protocol server that exposes NixOS resources to AI assistants. It lets LLMs query NixOS options, packages, and system configurations through a structured API.
656 stars on GitHub. Last updated 2026-05-27. Licensed MIT.
Use cases
- Query NixOS package details and options from an AI assistant
- Retrieve system configuration documentation during development
- Integrate NixOS resource lookups into automated workflows
Pros
- Directly connects LLMs to NixOS reference data without manual searching
- Open source with a clear protocol specification
- Lightweight Python implementation
Cons
- Requires running a local MCP server alongside the assistant
- Limited to NixOS-specific resources, not general system info
- Dependent on the NixOS data source staying current
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Directly connects LLMs to NixOS reference data without manual searching
- Open source with a clear protocol specification
- Lightweight Python implementation
Cons
- Requires running a local MCP server alongside the assistant
- Limited to NixOS-specific resources, not general system info
- Dependent on the NixOS data source staying current
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.