Multi-agent academic paper search team — 5 AI agents search 14+ databases in parallel, download PDFs, and generate review articles
npx claudepluginhub xinjing-guo/agent-teams-papersearchMulti-agent academic paper search team — 5 specialized AI agents perform parallel search across 14+ databases, aggregate results, download PDFs, and find mirror links.
A multi-agent academic paper search framework powered by Claude Code. Five specialized AI agents search 14+ databases in parallel, aggregate results, download PDFs, and find mirror links.
claude plugin marketplace add Xinjing-Guo/Agent-Teams-PaperSearch --sparse .claude-plugin plugin
claude plugin install agent-teams-papersearch
git clone https://github.com/Xinjing-Guo/Agent-Teams-PaperSearch.git
claude plugin add ./Agent-Teams-PaperSearch/plugin/agent-teams-papersearch
Then in any Claude Code session:
/paper-search Xinjing Guo All-state model MOSFET
claude --version)This plugin depends on MCP tools from these servers. All must be configured before use.
Provides 57 search/read/download tools across 22 academic databases.
# Step 1: Install Docker
brew install --cask docker # macOS
# Start Docker Desktop and wait for it to launch
# Step 2: Pull the image
docker pull mcp/paper-search
# Step 3: Verify
docker images mcp/paper-search
If you have the paper-search-tools Claude plugin installed, run:
/paper-search-tools:setup
Provides web search with domain filtering — used to find ResearchGate mirrors.
# Get a free API key at https://tavily.com
# Then configure:
/tavily-tools:setup
Or manually add to your Claude settings:
{
"mcpServers": {
"tavily": {
"command": "npx",
"args": ["-y", "@anthropic/mcp-tavily"],
"env": {
"TAVILY_API_KEY": "your-key-here"
}
}
}
}
These are claude.ai built-in MCP integrations. If you use Claude Code with a claude.ai account, they may already be available. Check with /mcp to see if Consensus and Scholar Gateway appear in your server list.
If not available, Scout-Cloud will still work via Tavily/ResearchGate search.
After configuring, restart Claude Code and run:
/mcp
You should see these servers connected:
paper-search (or plugin:paper-search-tools:paper-search)tavily (or plugin:tavily-tools:tavily)Consensus (optional)Scholar Gateway (optional)| Agent | Role | Databases | Color |
|---|---|---|---|
| Marshall | Coordinator | — | — |
| Scout-Core | Tier 1 Search | Google Scholar, Semantic Scholar, OpenAlex, CrossRef | Green |
| Scout-Domain | Tier 2 Search | arXiv, PubMed, bioRxiv, medRxiv, DBLP, SSRN, IACR, OpenAIRE, BASE, CORE, DOAJ, Zenodo, Unpaywall, PMC, EuropePMC | Cyan |
| Scout-Cloud | Tier 3 Search | Consensus, Scholar Gateway, ResearchGate (via Tavily) | Magenta |
| Librarian | Download | curl (arXiv, bioRxiv, direct PDF), download_with_fallback | Yellow |
| Archivist | Aggregation | Deduplication, ranking, citation verification | Blue |
Phase 1: Parallel Search → 3 scout agents search 14+ databases simultaneously
Phase 2: Aggregation → Deduplicate by DOI/title, rank by citations
Phase 3: Presentation → Formatted tables with database coverage
Phase 4: Download (on ask) → curl download or manual links provided
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.