MCP server intelligence profile

ArXiv Paper MCP Server

Provides paper search, PDF link retrieval, and content parsing for arXiv research papers, enabling seamless access to scientific literature through the Model Context Protocol

Local Onlyyzfly
Awaiting current scanNpm · 1.2.1

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

1Distribution channel
4Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence

Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.

Install and connect

Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.

Install @langgpt/arxiv-paper-mcp from npm

Version 1.2.1 declares 1 executable entrypoint.

npm install --save-exact @langgpt/arxiv-paper-mcp@1.2.1
npx -y -p @langgpt/arxiv-paper-mcp@1.2.1 @langgpt/arxiv-paper-mcp
MCP client configuration example
{
  "mcpServers": {
    "@langgpt/arxiv-paper-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "-p",
        "@langgpt/arxiv-paper-mcp@1.2.1",
        "@langgpt/arxiv-paper-mcp"
      ]
    }
  }
}

Identity

Canonical slugarxiv-paper-mcp-7ffd0eaeDeploymentLocal Only
Canonical packagenpm:@langgpt/arxiv-paper-mcpRepositoryyzfly/Arxiv-Paper-MCP
First publishedLatest release
Last security verificationClassification confidence90%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
npm@langgpt/arxiv-paper-mcp1.2.12Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
npm@langgpt/arxiv-paper-mcp1.2.1CurrentSep 5, 20264 toolsSucceeded · 0 resources · 0 promptsEvidence restricted
Enterprise protection

Continuously monitor this MCP for security risk

Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.

  • Independent exact-version security scans
  • Continuous release and vulnerability monitoring
  • Risk-change alerts with capability context
  • Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.

Current version evidence

No public current-version evidence is available yet.

Current protocol inventory

2024-11-05Negotiated protocol
arxiv-paper-mcpServer-reported name
1Capability groups
Aug 14, 2026Observed

Tools 4

ToolCategoryAnnotationsRisk
get_arxiv_pdf_url获取 arXiv PDF 下载链接
Input schema
{
  "type": "object",
  "properties": {
    "input": {
      "type": "string",
      "description": "arXiv 论文URL(如:http://arxiv.org/abs/2403.15137v1)或 arXiv ID(如:2403.15137v1)"
    }
  },
  "required": [
    "input"
  ]
}
get_recent_ai_papers获取 arXiv AI 领域最新论文(cs.AI/recent)
Input schema
{
  "type": "object",
  "properties": {},
  "required": []
}
parse_paper_content解析论文内容(优先使用 HTML 版本,回退到 PDF)
Input schema
{
  "type": "object",
  "properties": {
    "input": {
      "type": "string",
      "description": "arXiv 论文URL或 arXiv ID"
    },
    "paperInfo": {
      "type": "object",
      "description": "论文信息(可选,用于添加论文元数据)",
      "properties": {
        "title": {
          "type": "string"
        },
        "summary": {
          "type": "string"
        },
        "published": {
          "type": "string"
        },
        "authors": {
          "type": "array"
        }
      }
    }
  },
  "required": [
    "input"
  ]
}
search_arxiv搜索 arXiv 论文
Input schema
{
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "搜索英文关键词"
    },
    "maxResults": {
      "type": "number",
      "description": "最大结果数量",
      "default": 5
    }
  },
  "required": [
    "query"
  ]
}

Resources 0

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

ArXiv Paper MCP Server questions

How do I install ArXiv Paper MCP Server?

Install the selected package version with: npm install --save-exact @langgpt/arxiv-paper-mcp@1.2.1

What tools does ArXiv Paper MCP Server provide?

ArXiv Paper MCP Server exposed 4 tools during independent protocol observation, including get_arxiv_pdf_url, get_recent_ai_papers, parse_paper_content, search_arxiv.

Is ArXiv Paper MCP Server secure?

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

Official vs Community MCP Servers

Let’s talk about MCP security.

Share your details and our security team will contact you.