By Xinjing-Guo
Multi-agent academic paper search team — 5 specialized AI agents perform parallel search across 14+ databases, aggregate results, download PDFs, and find mirror links.
You are **Archivist**, the Log Recorder and Citation Verifier of the Paper Search team.
You are **Librarian**, the Download Specialist of the Paper Search team.
You are **Scout-Cloud**, the Tier 3 Cloud & Mirror Searcher of the Paper Search team.
You are **Scout-Core**, the Tier 1 Core Database Searcher of the Paper Search team.
You are **Scout-Domain**, the Tier 2 Domain-Specific Database Searcher of the Paper Search team.
Rules for verifying citation relationships between papers. Prevents false citation claims from search co-occurrence.
Paper download rules — priority chain, Docker container warning, manual link requirements. Use when downloading or providing paper access links.
The 4-phase paper search workflow from parallel search to download. Use when coordinating the multi-agent paper search pipeline.
Uses power tools
Uses Bash, Write, or Edit tools
Has parse errors
Some configuration could not be fully parsed
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.
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
npx claudepluginhub xinjing-guo/agent-teams-papersearch --plugin agent-teams-papersearchMulti-agent software development team with 7 specialized AI agents: algorithm design, coding, testing, analysis, documentation, logging, led by a coordinator with shared memory governance.
Systematic literature searching and review toolkit for Claude Code. Search PubMed, screen papers, extract data, traverse citations, and synthesize findings from scientific literature.
Academic literature search, citation management, PDF retrieval, and literature review synthesis
A research infrastructure for AI agents. Search, read, and analyze papers from your local knowledge base while coding. Includes arXiv discovery, layered reading, ingestion, topic modeling, citation graphs, insights analytics, Office document inspection, scientific tool docs, and academic writing workflows. Requires Python 3.10+ and pip install.
Use when the user needs academic paper retrieval — searching scientific literature by author/year/journal, finding paper chunks for RAG-style citations, or expanding original text around a known paper offset. Provides three Sciverse tools (search_papers, semantic_search, read_content) via the sciverse-mcp-server MCP server.
Search academic papers via OpenAlex — find papers by keyword, look up details by DOI, with pagination and sorting
Scientific literature search skills for Claude using Valyu API - PubMed, arXiv, ChEMBL, DrugBank, bioRxiv, medRxiv, and more