Back to Browse

Find Research Papers MCP Server

Education & ResearchLow Risk8.5MCP RegistryLocal
Free

Server data from the Official MCP Registry

Search open-source research papers across arXiv, OpenAlex, Crossref, PubMed, Semantic Scholar.

About

Search open-source research papers across arXiv, OpenAlex, Crossref, PubMed, Semantic Scholar.

Security Report

8.5
Low Risk8.5Low Risk

Valid MCP server (1 strong, 2 medium validity signals). 3 known CVEs in dependencies Package registry verified. Imported from the Official MCP Registry.

7 files analyzed ยท 4 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

env_vars

Check that this permission is expected for this type of plugin.

Shell Command Execution

Runs commands on your machine. Be cautious โ€” only use if you trust this plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

Semantic Scholar API key. Without it, the shared rate pool may 429 (source is skipped, never a crash).Required

Environment variable: FIND_RESEARCH_PAPERS_MCP_S2_API_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-surendranb-find-research-papers-mcp": {
      "env": {
        "FIND_RESEARCH_PAPERS_MCP_S2_API_KEY": "your-find-research-papers-mcp-s2-api-key-here"
      },
      "args": [
        "-y",
        "find-research-papers-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Scientific Research Papers MCP Server ๐Ÿ“„

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 NameParametersDescriptionReturn Type
search_papersquery (string), sources (list), limit (int)Unified multi-index search across arXiv, PubMed, OpenAlex, CrossRef, Semantic Scholar.JSON / Markdown
get_paperdoi (string) or id (string)Retrieves paper metadata, abstract, authors, publication date, and open-access PDF link.JSON
get_referencesdoi (string)Fetches complete bibliography and referenced papers via CrossRef.JSON
get_citationsdoi (string)Fetches citing papers and citation graph via OpenAlex.JSON
verify_paperdoi (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_readskill_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.

Reviews

No reviews yet

Be the first to review this server!

Find Research Papers MCP Server - Search open-source research papers across arXiv, OpenAlex, | MCP Marketplace