Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Find Research Papers

FreeMaintained

MCP server for scientific grounding: search and discover open-source research papers and scholarly literature (arXiv, Semantic Scholar, OpenAlex, Crossref/Sprin

GitHubEmbed

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.

from github.com/surendranb/find-research-papers-mcp

Install Find Research Papers in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install find-research-papers

Installs 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-mcp

Step-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

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