> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nihalxkumar.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Arch MCP Server

> AI-powered bridge to the Arch Linux ecosystem with safe package management and security-first workflows

# Arch MCP Server

[![PyPI Downloads](https://static.pepy.tech/personalized-badge/arch-ops-server?period=total\&units=INTERNATIONAL_SYSTEM\&left_color=BLUE\&right_color=BLACK\&left_text=PyPi+Downloads)](https://pepy.tech/projects/arch-ops-server)

**Disclaimer:** Unofficial community project, not affiliated with Arch Linux.

A [Model Context Protocol](https://modelcontextprotocol.io/) (MCP) server that bridges AI assistants with the Arch Linux ecosystem. Enables intelligent, safe, and efficient access to the Arch Wiki, AUR, and official repositories for AI-assisted Arch Linux usage on Arch and non-Arch systems.

Leverage AI to get digestible, structured results that are ready for follow-up questions and actions.

## Demo:

<Columns cols={2}>
  <Frame caption="Signal CLI Integration Demo">
    <video controls src="https://mintcdn.com/nxk/HHCDxPLWa0uTmnK7/videos/claude_signal-cli.mp4?fit=max&auto=format&n=HHCDxPLWa0uTmnK7&q=85&s=d605a793f25469d4ef0907b8b0c03534" style={{width: '100%', borderRadius: '0.5rem'}} data-path="videos/claude_signal-cli.mp4">
      Your browser does not support the video tag.
    </video>
  </Frame>

  <Frame caption="Secure Package Installation Demo">
    <video controls src="https://mintcdn.com/nxk/HHCDxPLWa0uTmnK7/videos/claude_installpackagesecure.mp4?fit=max&auto=format&n=HHCDxPLWa0uTmnK7&q=85&s=82348288e090659a51989f86c0195a34" style={{width: '100%', borderRadius: '0.5rem'}} data-path="videos/claude_installpackagesecure.mp4">
      Your browser does not support the video tag.
    </video>
  </Frame>
</Columns>

## Quick Start

Get the Arch MCP Server running in 3 simple steps.

<Steps>
  <Step title="Install Arch MCP Server">
    Install using uvx for easy setup

    <Card title="Installation Guide" icon="download" href="/arch-mcp/install">
      Install with uvx and configure your MCP client
    </Card>
  </Step>

  <Step title="Try It Out">
    Test with example queries

    <Card title="Usage Examples" icon="terminal" href="/arch-mcp/examples">
      Search Wiki, check packages, analyze security
    </Card>
  </Step>

  <Step title="Explore Features">
    Learn about all capabilities

    <Card title="Features Overview" icon="sparkles" href="/arch-mcp/features">
      Complete feature documentation
    </Card>
  </Step>
</Steps>
