★ 0 stars
Unknown language
🤖 AI/LLM
Updated today
A curated collection of research agents, skill libraries, autonomous research loops, paper-writing pipelines, MCP servers, and benchmarks built around Claude Code, OpenAI Codex CLI, and adjacent coding-agent CLIs for AI/ML research.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"awesome-research-age": {
"command": "npx",
"args": [
"-y",
"chrisliu298/awesome-research-agents"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add awesome-research-age npx -y chrisliu298/awesome-research-agents
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"awesome-research-age": {
"command": "npx",
"args": [
"-y",
"chrisliu298/awesome-research-agents"
]
}
}
}
📋 Copy
README Excerpt
<p align="center"> <a href="https://awesome.re"><img src="https://img.shields.io/badge/Awesome-%F0%9F%94%8D_Research_Agents-000000?style=for-the-badge&labelColor=000000" alt="Awesome Research Agents"></a> <a href="https://github.com/chrisliu298/awesome-research-agents/stargazers"><img src="https://img.shields.io/github/stars/chrisliu298/awesome-research-agents?style=for-the-badge&logo=github&logoColor=white&label=Stars&labelColor=000000&color=000000" alt="GitHub Stars"></a>