Odel
AIRAS

AIRAS

Local
@airas-org32PythonMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIairasv0.3.1

Run

uvx airas

MCP client config

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