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.
Quick Start
Clone the repository:
git clone https://github.com/nihalxkumar/arch-mcpClaude Desktop configuration example:
{
"mcpServers": {
"arch-mcp": {
"command": "npx",
"args": [
"-y",
"nihalxkumar/arch-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.