airas
OfficialAllows saving implemented research code to GitHub and executing it on large-scale computational resources.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@airasstart a full research project on efficient fine-tuning of LLMs"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
AIRAS - an open-source project for research automation

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:
Implemented as individual research processes
Allows users to add their own original research processes
Enables saving implemented code and executing it on large-scale computational resources through advanced integration with GitHub
Supports not only fully automated research, but also interactive research in which users can collaborate with the system
Currently, it focuses on the automation of machine learning research.
Quick Start
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.
Claude Code — plugin (recommended)
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@airasClaude Code — MCP server only
claude mcp add airas -- uvx airasOther MCP clients (mcp.json)
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.
Related MCP server: pubmed-search-mcp
Roadmap
Complete automation of machine learning research with code-based experimentation
Autonomous research in Research in simulated robotic environments
Autonomous research in Real-world robotics research.
Laboratory Automation and autonomous research in various fields
Contact
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 ulti4929@gmail.com.
About AutoRes
This OSS is developed as part of the AutoRes project.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Contributions
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.
Related projects
AI-Research-SKILLs (Orchestra Research, MIT) — a library of library-specific ML engineering skills. AIRAS's experiment template installs it on code-generation runners so agents get framework-level guidance (fine-tuning, distributed training, inference); AIRAS's
get_library_docsMCP tool complements it by pointing agents at each library's living documentation (llms.txtendpoints).
Citation
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}
}This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceMCP server for AI-powered research using Gemini. Provides fast grounded web search, deep autonomous research, URL extraction, and session management.Last updated69MIT
- AlicenseAqualityBmaintenanceAn intelligent research assistant MCP server for AI agents, providing task-oriented literature search and analysis across multiple academic databases.Last updated24620Apache 2.0
- FlicenseAqualityBmaintenanceAI-powered research assistant MCP server for searching academic papers and answering research questions with DOI citations.Last updated3
- Flicense-qualityDmaintenanceAn advanced scholarly research MCP server that enables AI assistants to discover, fetch, process, and manage academic papers across multiple sources like arXiv, PubMed, and Semantic Scholar, with capabilities for summarization, citation analysis, and concept relationship extraction.Last updated1
Related MCP Connectors
Academic research MCP server for paper search, citation checks, graphs, and deep research.
An MCP server for deep research or task groups
MCP server for AI dialogue using various LLM models via AceDataCloud
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/airas-org/airas'
If you have feedback or need assistance with the MCP directory API, please join our Discord server