Skip to main content
Glama

@pipeworx/arxiv

arXiv 预印本服务器 MCP — 全文搜索与论文查找,无需认证。

属于 Pipeworx — 一个将 AI 智能体连接到 1476+ 个实时数据源的 MCP 网关。

工具

  • search_papers(query, max_results?, sort_by?, sort_order?) — 文本搜索;支持字段前缀 au:ti:abs:cat:all:。可与 ANDORANDNOT 组合使用。

  • get_paper(arxiv_id) — 按 ID 获取单篇论文(例如 2310.06825)。

Related MCP server: arXiv MCP Server

数据源

https://export.arxiv.org/api/query — 公共 Atom-feed 端点,无需密钥。

快速开始

添加到你的 MCP 客户端(Claude Desktop、Cursor、Windsurf 等):

{
  "mcpServers": {
    "arxiv": {
      "url": "https://gateway.pipeworx.io/arxiv/mcp"
    }
  }
}

此端点实际提供什么

位于 https://gateway.pipeworx.io/arxiv/mcptools/list 返回上表中的工具,外加共享的 Pipeworx 元工具ask_pipeworxdiscover_toolssearch_withinremember/recall 以及网关范围内的其余工具。因此你看到的工具数量大于此表:单一包端点目前会列出约 30 个共享工具,外加该包自身的工具。连接的 initialize 响应会说明其确切范围,并且是特定日期的权威答案。

这是有意为之,而非意外造成的多路复用。元工具让限定范围的连接能够回答此包未覆盖的问题 — 通过 ask_pipeworx 在整个目录中路由 — 而无需你添加第二个 MCP 服务器。目前无法在缺少这些元工具的情况下挂载包端点;如果额外的 schema 让你消耗的上下文超过了路由带来的价值,请一次性连接完整网关,而不是连接多个包端点。

或者连接完整的 Pipeworx 网关,直接列出每个包的工具,而不只是这一个包的:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

两个 URL 都能访问同一网关和相同的 1476+ 个数据源。唯一区别是哪些包的工具被直接列出;ask_pipeworx 从任一入口都能访问所有工具。

与 ask_pipeworx 配合使用

无需直接调用工具,你可以用日常英语提问 — 这在上述包端点和完整网关上均可用:

ask_pipeworx({ question: "your question about Arxiv data" })

网关会自动选择正确的工具并填入参数。

更多

许可证

MIT

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides search functionality for arXiv.org papers through the official arXiv API, allowing users to search papers by keywords, filter by subject categories and date ranges, and receive comprehensive metadata including PDF links.
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    Enables searching and retrieving academic papers from arXiv by various criteria including title, author, and category, with support for extracting full text content from PDFs.
    4
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    Enables searching academic papers on arXiv and retrieving detailed information such as title, authors, summary, and PDF link.
    1
    7
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables natural language search and analysis of arXiv academic papers with AI-powered relevance ranking, full-text extraction, and support for multiple integrations like Claude and LangChain.
    MIT

View all related MCP servers

Related MCP Connectors

  • Search arXiv, fetch paper metadata, and read full-text content.

  • ArXiv preprint search, daily category digest, and author-collaborator graph.

  • Scholarly search: OpenAlex, Crossref, arXiv, OpenCitations and PubMed in one endpoint.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pipeworx-io/mcp-arxiv'

If you have feedback or need assistance with the MCP directory API, please join our Discord server