Back to directory
Apt MCP Server

Apt MCP Server

@GdMacmillan6

A TypeScript-based Model Context Protocol (MCP) server for controlling the apt package manager on Linux, enabling AI agents to install, remove, update, and query apt packages.

aptlinuxpackage managertypescriptautomation

Installation & Configuration

{
  "mcpServers": {
    "apt-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "apt-mcp-server-mcp"
      ]
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2025/6/6
Updated
2026/6/7