提交

Scientific Paper Harvester Mcp Server

@benedict2310

a year ago
A Model Context Protocol (MCP) server that provides LLMs with real-time access to scientific papers from arXiv and OpenAlex.
概览

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

服务器配置

{
  "mcpServers": {
    "scientific-papers": {
      "command": "npx",
      "args": [
        "-y",
        "@futurelab-studio/latest-science-mcp@latest"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.