Skip to content
Cursor

auxiliar mcp for Cursor

io.github.tlalvarez/auxiliar-mcp

Web access for AI agents — search/scrape/extract/crawl via the auxiliar.ai gateway.

client:Cursor transport:stdio runtime:npm

Install auxiliar mcp in Cursor

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

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

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

auxiliar mcp in other clients