andrewyazura/nix-tools-mcp
MCP server that provides Claude Code with ephemeral access to any tool in nixpkgs.
Platform-specific configuration:
{
"mcpServers": {
"nix-tools-mcp": {
"command": "npx",
"args": [
"-y",
"nix-tools-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...