Skip to main content
Coding AgentsPython

nihalxkumar/arch-mcp

Arch Linux MCP Server to the Arch Linux ecosystem of the Arch Wiki, AUR, and official repositories for AI-assisted Arch Linux usage on Arch and non-Arch systems. Features include searching Arch Wiki and AUR, getting package info, checking for updates, installing packages securely, and analyzing PKGBUILDs.

coding-agentslocal-servicelinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/nihalxkumar/arch-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "arch-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "nihalxkumar/arch-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Coding Agents
Language
Python
Author
nihalxkumar