papers-mcp
Scientific Research Papers MCP Server 📄
Wissenschaftliche Literatur-Grundlage für KI-Agenten: einheitliche Suche über 250M+ wissenschaftliche Arbeiten auf arXiv, PubMed, OpenAlex, CrossRef und Semantic Scholar.
🌐 Live-Dokumentation & Web-Portal: https://papers.builditwithai.xyz
⚡ Schnellstart
# 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
🤖 Client-Einrichtung
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"]
}
}
}🛠️ Werkzeuge & Funktionen
Werkzeugname | Parameter | Beschreibung | Rückgabetyp |
|
| Einheitliche Multi-Index-Suche über arXiv, PubMed, OpenAlex, CrossRef und Semantic Scholar. |
|
|
| Ruft Metadaten, Abstract, Autoren, Veröffentlichungsdatum und Open-Access-PDF-Link des Papers ab. |
|
|
| Ruft die vollständige Bibliographie und referenzierte Papers über CrossRef ab. |
|
|
| Ruft zitierende Papers und den Zitationsgraphen über OpenAlex ab. |
|
|
| Führt HEAD-Prüfungen zur Erreichbarkeit der Landingpage durch und gleicht mit Retraktionsdatenbanken ab. |
|
| (none) | Gibt Live-Status und Latenzmetriken für alle 5 wissenschaftlichen Indizes zurück. |
|
|
| Lädt dynamisch Forschungsmethodik-Fähigkeiten von GitHub. |
|
| (none) | Listet alle verfügbaren wissenschaftlichen Forschungskompetenzen auf. |
|
🔒 Telemetrie & Datenschutz
Dieses Paket sammelt anonyme, nicht personenbezogene Diagnose-Telemetrie (Befehlsausführungen, Latenz, Fehlercodes), um die Zuverlässigkeit der Werkzeuge zu verbessern. Es werden niemals Forschungsabfragen, Paper-Ergebnisse, persönliche Daten, Quellcode oder Umgebungsvariablen gesammelt oder gespeichert.
Sie können jederzeit widersprechen, indem Sie eine der folgenden Umgebungsvariablen setzen:
export DO_NOT_TRACK=1
# or
export MCP_TELEMETRY_OPT_OUT=1📄 Lizenz
MIT-Lizenz. Siehe LICENSE für Details.
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