The reputation layer for AI skills, tools & agents

utensils/mcp-nixos

Score: 61.2 Rank #69

MCP-NixOS - Model Context Protocol Server for NixOS resources

Overview

utensils/mcp-nixos is a Python MCP server licensed under MIT. MCP-NixOS - Model Context Protocol Server for NixOS resources Topics: ai-assistant, ai-integration, ai-tools, anthropic, claude, developer-tools, devops-tools, fastmcp, llm-tools, mcp, model-context-protocol, nix, nix-packages, nixos, package-search, python, sre-tools, nix-options, nix-search.

Ranked #69 out of 25632 indexed tools.

In the top 1% of all indexed tools.

Actively maintained with commits in the last week.

Ecosystem

Python MIT
ai-assistantai-integrationai-toolsanthropicclaudedeveloper-toolsdevops-toolsfastmcpllm-toolsmcpmodel-context-protocolnixnix-packagesnixospackage-searchpythonsre-toolsnix-optionsnix-search

Signal Breakdown

Stars 474
Freshness 4d ago
Issue Health 85%
Contributors 9
Dependents 1
Forks 28
Description Good
License MIT

How to Improve

Description low impact

Expand your description to 150+ characters for better discoverability

Badge

AgentRank score for utensils/mcp-nixos
[![AgentRank](https://agentrank-ai.com/api/badge/tool/utensils--mcp-nixos)](https://agentrank-ai.com/tool/utensils--mcp-nixos)
<a href="https://agentrank-ai.com/tool/utensils--mcp-nixos"><img src="https://agentrank-ai.com/api/badge/tool/utensils--mcp-nixos" alt="AgentRank"></a>

Matched Queries

"model context protocol""model-context-protocol"

From the README

# MCP-NixOS - Because Your AI Shouldn't Hallucinate Package Names

## Quick Start

**🚨 No Nix/NixOS Required!** Works on any system - Windows, macOS, Linux. You're just querying APIs.

### Option 1: uvx (Recommended)

```json
{
  "mcpServers": {
    "nixos": {
      "command": "uvx",
      "args": ["mcp-nixos"]
    }
  }
}
```

### Option 2: Nix

```json
{
  "mcpServers": {
    "nixos": {
      "command": "nix",
      "args": ["run", "github:utensils/mcp-nixos", "--"]
    }
  }
}
```

### Option 3: Docker

```json
{
  "mcpServers": {
    "nixos": {
      "command": "docker",
      "args": ["run", "--rm", "-i", "ghcr.io/utensils/mcp-nixos"]
    }
  }
}
```

Your AI now has access to real NixOS data instead of making things up. You're welcome.

### Option 4: HTTP (Remote MCP)

FastMCP supports running this server over HTTP at a URL (the MCP endpoint defaults to `/mcp`).

```bash
# Run an HTTP MCP server at http://127.0.0.1:8000/mcp
MCP_NIXOS_TRANSPORT=http MCP_NIXOS_HOST=127.0.0.1 MCP_N
Read full README on GitHub →
Are you the maintainer? Claim this listing