Skip to content
Cursor

au eli mcp for Cursor

io.github.matematicsolutions/au-eli-mcp

MCP server for Australia's Federal Register of Legislation: search and cite Commonwealth Acts.

client:Cursor transport:stdio runtime:pypi

Install au eli mcp in Cursor

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

{
  "mcpServers": {
    "au-eli-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "au-eli-mcp"
      ]
    }
  }
}

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

au eli mcp in other clients