By airas-org
Automated research with AIRAS: paper search, hypothesis generation, experiment execution on GitHub Actions/AIXS, figure rendering, and paper writing — bundles the AIRAS MCP server (uvx airas) and research-workflow skills.
Run an end-to-end automated ML research project with the AIRAS MCP tools where Claude Code itself authors the generation steps (hypothesis, experimental design, analysis, paper) using AIRAS's curated prompts via get_generation_prompt — no LLM provider API key required. Use when the user wants automated research with AIRAS but no LLM provider key (OPENAI_API_KEY etc.) is configured, or when they want you to write the research artifacts yourself. If backend LLM keys are configured and preferred, use the auto-research skill instead.
Run an end-to-end automated ML research project with the AIRAS MCP tools, using backend LLM API keys for the generation steps (hypothesis, experimental design, analysis, paper writing). Use when the user wants to start or continue automated research with AIRAS and LLM provider API keys (OPENAI_API_KEY etc.) are configured in ~/.airas/credentials.json. If no LLM provider key is available, use the auto-research-claude-code skill instead.

AIRAS is an open-source software for automated research, being developed to support the entire research workflow. It aims to integrate all of the necessary functions for automating research—from literature search and method generation to experimentation and paper writing—and is designed with the aim of enabling as many individuals and organizations as possible to contribute to open innovation in research automation.
Features of AIRAS include:
Currently, it focuses on the automation of machine learning research.
Use AIRAS research tools (paper search, retrieval, hypothesis generation, experiment execution, paper writing) directly from an MCP client. No clone, no Docker — only uv is required.
The plugin installs the MCP server and bundled research-workflow skills (auto-research for backend-LLM mode with API keys, auto-research-claude-code for key-free authoring by Claude Code itself) in one step:
/plugin marketplace add airas-org/airas
/plugin install airas@airas
claude mcp add airas -- uvx airas
Add the following to your client's MCP configuration file (e.g. .mcp.json):
{
"mcpServers": {
"airas": {
"command": "uvx",
"args": ["airas"]
}
}
}
The server also exposes an MCP prompt, start_research, that walks any MCP client through the full research flow (in Claude Code: /mcp__airas__start_research).
See the MCP documentation for the full tool list and configuration options.
We aim to build an operating system for automated research that enables humanity to discover scientific breakthroughs it has not yet reached.
If you are interested in this topic, please feel free to contact us at [email protected].
This OSS is developed as part of the AutoRes project.
This project is licensed under the MIT License. See the LICENSE file for details.
By contributing to this project, you agree that your contributions are subject to the Contributor License Agreement (CLA) and may be used, modified, redistributed, and relicensed by the project owner, including for commercial, enterprise, and SaaS offerings.
See CLA.md for details.
get_library_docs MCP tool complements it by pointing agents at each library's living documentation (llms.txt endpoints).If you use AIRAS in your research, please cite as follows:
@software{airas2025,
author = {Toma Tanaka, Takumi Matsuzawa, Yuki Yoshino, Ilya Horiguchi, Shiro Takagi, Ryutaro Yamauchi, Wataru Kumagai},
title = {AIRAS},
year = {2025},
publisher = {GitHub},
url = {https://github.com/airas-org/airas}
}
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub airas-org/airas --plugin airasSynapse research orchestration plugin for Claude Code. Connects AI agents to Synapse for experiment execution, literature search, progress reporting, and autonomous research loops.
Autonomous research orchestration: agents for hypothesis-driven investigation, experiment running, fresh-eyes review, and batch evaluation.
Autonomous research loops with 10 commands. Generalizes Karpathy's autoresearch loop to any domain with mechanical evaluation, overnight persistence, and zero dependencies.
Idea discovery, proposal refinement, experiment execution, and deep literature orchestration
Mechanist — AI Systems as Scientific Instruments for Understanding the Mechanisms of Intelligence.
Scientific research agent extension - turns research goals into reproducible Jupyter notebooks with Python REPL, data analysis, and ML workflows