mcp-arxiv
@pipeworx/arxiv
arXiv 预印本服务器 MCP — 全文搜索与论文查找,无需认证。
属于 Pipeworx — 一个将 AI 智能体连接到 1476+ 个实时数据源的 MCP 网关。
工具
search_papers(query, max_results?, sort_by?, sort_order?)— 文本搜索;支持字段前缀au:、ti:、abs:、cat:、all:。可与AND、OR、ANDNOT组合使用。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/mcp 的 tools/list 返回上表中的工具,外加共享的 Pipeworx 元工具 — ask_pipeworx、discover_tools、search_within、remember/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
This server cannot be installed
Maintenance
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
- AlicenseNot gradedqualityDmaintenanceProvides 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
- AlicenseBqualityDmaintenanceEnables searching and retrieving academic papers from arXiv by various criteria including title, author, and category, with support for extracting full text content from PDFs.4MIT
- AlicenseBqualityDmaintenanceEnables searching academic papers on arXiv and retrieving detailed information such as title, authors, summary, and PDF link.17MIT
- AlicenseNot gradedqualityCmaintenanceEnables 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
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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