PaperPilot
PaperPilot ∢
AIエージェントのための研究スーパーパワー。 1つのMCPサーバーで、あらゆるエージェントが引用グレードの抽出機能付きでarXiv + PubMedに即座にアクセスできます。
スクレイピング不要。広告なし。無料のarXivおよびNCBI E-utilities APIをラップ — バックエンドのリスクゼロ、呼び出しごとのコストゼロ。
ライブ検証
両方のアップストリームAPIに対してテスト済み(実際のレスポンス、このマシン上):
search_arxiv("CRISPR gene editing", 2)
→ "Primer on the Gene Ontology", Gaudet et al. — https://arxiv.org/pdf/1602.01876v1
search_pubmed("sickle cell CRISPR", 1)
→ JCO Oncol Pract. 2026 Aug 19:OP2600479 — "Translating CRISPR to Practice in the Clinic…"Related MCP server: Research Paper Ingestion MCP Server
インストール(30秒)
Python ≥ 3.10 と mcp>=1.2,<1.10(1.9.4で検証済み)が必要です。
python3.11 -m venv .venv && . .venv/bin/activate
pip install "mcp>=1.2,<1.10"Claude / Hermes / Cursor / Codex のMCP設定に追加:
{
"mcpServers": {
"paperpilot": {
"command": "/path/to/.venv/bin/python",
"args": ["/path/to/paperpilot/server.py"]
}
}
}次にエージェントにこう尋ねます:「拡散モデルを使ったタンパク質フォールディングに関する最近の論文を探して引用して」。PaperPilotが呼び出されます。
ツール
ツール | 機能 |
| 各論文のタイトル、著者、PDFリンク、要約 |
| E-utilitiesによる完全な引用情報+抄録 |
| 1つのarXiv IDに対するクリーンな引用文字列+PDF |
料金
無料 $0 — 1日5回の呼び出し、両ソース対応(始める)
Pro $99/月 — 無制限の呼び出し、BibTeXエクスポート、優先キャッシュ
Team $199/月 — エージェント10シート、バッチ検索、ホワイトラベルAPI
完全なセールスページは landing/index.html を参照してください。Pro/Teamのプロビジョニングについては、GitHubのissueまたはdiscussionを開いてください。
なぜエージェントネイティブなのか?
エージェント時代において、発見はエージェントを通じて行われます。エージェントが手を伸ばす相手が勝者です。PaperPilotは、エージェントが研究を必要とするときに手を伸ばすツールとして構築されています。
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
- AlicenseNot gradedqualityCmaintenanceEnables LLMs to search, analyze, and summarize academic research papers in real-time from arXiv, Semantic Scholar, and PubMed. Provides automatic deduplication, citation analysis, and BibTeX generation across multiple research databases.52MIT
- FlicenseNot gradedqualityDmaintenanceEnables searching, downloading, and analyzing academic papers from arXiv and Semantic Scholar to extract key insights and citation metrics. It facilitates autonomous knowledge acquisition by processing research findings and integrating them into persistent AI memory systems.
- AlicenseNot gradedqualityCmaintenanceEnables agents to search, analyze, and explore arXiv academic papers with advanced multi-field search, author lookup, category browsing, citation extraction, and bibliography export.45Apache 2.0
- AlicenseAqualityCmaintenanceEnables AI agents to search and read PubMed academic literature directly, without requiring an NCBI API key.21MIT
Related MCP Connectors
Search arXiv/Semantic Scholar/OpenAlex + medical evidence (PubMed/Europe PMC) + LaTeX/PDF tools.
Find academic papers across major sources like arXiv, PubMed, bioRxiv, and more. Download PDFs whe…
Search and download academic papers from arXiv, PubMed, bioRxiv, medRxiv, Google Scholar, Semantic…
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/sharadvc/paperpilot'
If you have feedback or need assistance with the MCP directory API, please join our Discord server