Scientific Paper Harvester Mcp Server

Created By
benedict2310a year ago
A Model Context Protocol (MCP) server that provides LLMs with real-time access to scientific papers from arXiv and OpenAlex.
Overview

Features

Paper Fetching: Get latest papers from arXiv and OpenAlex by category/concept

Text Extraction: Full text content extraction from HTML sources (arXiv and OpenAlex)

Citation Analysis: Find top cited papers from OpenAlex since a specific date

Paper Lookup: Retrieve full metadata for specific papers by ID

Category Listing: Browse available categories from arXiv and OpenAlex

Rate Limiting: Respectful API usage with per-source rate limiting (5 req/min arXiv, 10 req/min OpenAlex)

Dual Interface: Both MCP protocol and CLI access

TypeScript: Full type safety with ESM modules

Server Config

{
  "mcpServers": {
    "scientific-papers": {
      "command": "npx",
      "args": [
        "-y",
        "@futurelab-studio/latest-science-mcp@latest"
      ]
    }
  }
}
Project Info
Created At
a year ago
Updated At
a year ago
Author Name
benedict2310
Star
-
Language
-
License
-
Category
Tags

Recommend Servers

View All