Skip to content
Cursor

archlinux mcp for Cursor

io.github.mrfentmen/archlinux-mcp

Arch Linux package search API.

client:Cursor transport:stdio runtime:npm

Install archlinux mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "archlinux-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "archlinux-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

archlinux mcp in other clients