papers-mcp
Scientific Research Papers MCP Server 📄
AI エージェント向け科学文献グラウンディング MCP サーバー: arXiv、PubMed、OpenAlex、CrossRef、Semantic Scholar 上の 2 億 5000 万件以上の学術論文を横断検索。
🌐 ライブドキュメント & Web ポータル: https://papers.builditwithai.xyz
⚡ クイックスタート
# 1-Line Universal Installer (Auto-configures Claude Desktop, Cursor, Claude Code, Antigravity, VS Code, Zed, Windsurf)
curl -fsSL "https://papers.builditwithai.xyz/install" | bash
# Or run directly via your preferred runtime:
uvx find-research-papers-mcp
npx -y find-research-papers-mcpRelated MCP server: Academic Paper MCP HTTP/SSE Server
🤖 クライアントセットアップ
A. Claude Code (CLI)
claude mcp add papers -- uvx find-research-papers-mcpB. Cursor & Google Antigravity (mcp.json)
{
"mcpServers": {
"papers": {
"command": "uvx",
"args": ["find-research-papers-mcp"]
}
}
}C. Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"papers": {
"command": "uvx",
"args": ["find-research-papers-mcp"]
}
}
}D. VS Code (Cline / Roo Code / Continue)
{
"mcpServers": {
"papers": {
"command": "npx",
"args": ["-y", "find-research-papers-mcp"]
}
}
}🛠️ ツールと機能
ツール名 | パラメータ | 説明 | 戻り値 |
|
| arXiv、PubMed、OpenAlex、CrossRef、Semantic Scholar を横断する統合マルチインデックス検索。 |
|
|
| 論文のメタデータ、要約、著者、公開日、オープンアクセス PDF リンクを取得します。 |
|
|
| CrossRef 経由で完全な参考文献リストと引用論文を取得します。 |
|
|
| OpenAlex 経由で引用元の論文と引用グラフを取得します。 |
|
|
| ランディングページのアクセシビリティを HEAD チェックし、撤回データベースと照合します。 |
|
| (なし) | 5 つの学術インデックスすべてのライブステータスとレイテンシメトリクスを返します。 |
|
|
| GitHub から研究方法論スキルを動的に読み込みます。 |
|
| (なし) | 利用可能なすべての科学研究スキルを一覧表示します。 |
|
🔒 テレメトリとプライバシー
このパッケージは、ツールの信頼性向上のため、匿名の非 PII 診断テレメトリ(コマンド実行、レイテンシ、エラーコード)を収集します。研究クエリ、論文結果、個人データ、ソースコード、環境変数が収集・保存されることは一切ありません。
以下の環境変数のいずれかを設定することで、いつでもオプトアウトできます:
export DO_NOT_TRACK=1
# or
export MCP_TELEMETRY_OPT_OUT=1📄 ライセンス
MIT ライセンス。詳細は LICENSE を参照してください。
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
- AlicenseAqualityDmaintenanceMCP server enabling AI agents to search and retrieve scientific papers, citations, and author profiles from Crossref, OpenAlex, and Semantic Scholar with no API keys required.53MIT
- AlicenseNot gradedqualityDmaintenanceA MCP server for academic literature retrieval, aggregating multiple data sources like arXiv, Crossref, OpenAlex, PubMed, and Semantic Scholar to provide search, details, citations, trends, and recommendations.4MIT
- AlicenseAqualityAmaintenanceA FastMCP server for the scholarly citation landscape that enables LLMs to search, cross-reference, and retrieve prior art across papers, patents, books, and standards via multiple APIs.222MIT
- AlicenseAqualityCmaintenanceUnified MCP server for scientific literature search and extraction, integrating databases like Scopus, OpenAlex, Semantic Scholar, and Unpaywall to enable AI agents to discover papers, track citations, and analyze content.27MIT
Related MCP Connectors
Academic research MCP server for paper search, citation checks, graphs, and deep research.
Scholarly search: OpenAlex, Crossref, arXiv, OpenCitations and PubMed in one endpoint.
Read-only MCP over an agentic SLR workspace with per-claim citation verification
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/surendranb/find-research-papers-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server