Skip to content
Cursor

AIRAS for Cursor

io.github.airas-org/airas

Automated AI research toolkit: hypothesis generation, experiments, and paper writing

client:Cursor transport:stdio runtime:pypi

Install AIRAS in Cursor

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

{
  "mcpServers": {
    "airas": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "airas"
      ]
    }
  }
}

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

AIRAS in other clients