Find Research Papers
FreeMaintainedMCP server for scientific grounding: search and discover open-source research papers and scholarly literature (arXiv, Semantic Scholar, OpenAlex, Crossref/Sprin
About
MCP server for scientific grounding: search and discover open-source research papers and scholarly literature (arXiv, Semantic Scholar, OpenAlex, Crossref/Springer Nature, PubMed) — metadata, references and citations reachable even when the full text is paywalled.
README
Scientific literature grounding MCP server for AI agents: unified search across 250M+ scholarly papers on arXiv, PubMed, OpenAlex, CrossRef, and Semantic Scholar.
CI PyPI version npm version OpenSSF Scorecard License: MIT
🌐 Live Documentation & Web Portal: https://papers.builditwithai.xyz
⚡ Quickstart
# 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-mcp
🤖 Client Setup
A. Claude Code (CLI)
claude mcp add papers -- uvx find-research-papers-mcp
B. 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"]
}
}
}
🛠️ Tools & Capabilities
| Tool Name | Parameters | Description | Return Type |
|---|---|---|---|
search_papers |
query (string), sources (list), limit (int) |
Unified multi-index search across arXiv, PubMed, OpenAlex, CrossRef, Semantic Scholar. | JSON / Markdown |
get_paper |
doi (string) or id (string) |
Retrieves paper metadata, abstract, authors, publication date, and open-access PDF link. | JSON |
get_references |
doi (string) |
Fetches complete bibliography and referenced papers via CrossRef. | JSON |
get_citations |
doi (string) |
Fetches citing papers and citation graph via OpenAlex. | JSON |
verify_paper |
doi (string) |
HEAD-checks landing page accessibility and cross-checks retraction databases. | JSON |
list_sources |
(none) | Returns live status and latency metrics for all 5 scholarly indexes. | JSON |
skill_read |
skill_name (string) |
Dynamically loads research methodology skills from GitHub. | Markdown |
skills_list |
(none) | Lists all available scientific research skills. | JSON |
🔒 Telemetry & Privacy
This package collects anonymous, non-PII diagnostic telemetry (command executions, latency, error codes) to improve tool reliability. No research queries, paper results, personal data, source code, or environment variables are ever collected or stored.
You can opt out anytime by setting either of the following environment variables:
export DO_NOT_TRACK=1
# or
export MCP_TELEMETRY_OPT_OUT=1
📄 License
MIT License. See LICENSE for details.
Install Find Research Papers in Claude Desktop, Claude Code & Cursor
unyly install find-research-papersInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add find-research-papers -- npx -y find-research-papers-mcpStep-by-step: how to install Find Research Papers
FAQ
Is Find Research Papers MCP free?
Yes, Find Research Papers MCP is free — one-click install via Unyly at no cost.
Does Find Research Papers need an API key?
No, Find Research Papers runs without API keys or environment variables.
Is Find Research Papers hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Find Research Papers in Claude Desktop, Claude Code or Cursor?
Open Find Research Papers on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Changes
Versions and requested access over time.
- New version published
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
by lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
MCP Servers Rating and User Reviews
Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)
mkinf
An Open Source registry of hosted MCP Servers to accelerate AI agent workflows.
Compare Find Research Papers with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
