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)で1件の論文を取得します。
Related MCP server: arXiv MCP Server
データソース
https://export.arxiv.org/api/query — 公開のAtomフィードエンドポイント。APIキー不要。
クイックスタート
お使いのMCPクライアント(Claude Desktop、Cursor、Windsurf など)に追加します:
{
"mcpServers": {
"arxiv": {
"url": "https://gateway.pipeworx.io/arxiv/mcp"
}
}
}このエンドポイントが実際に提供するもの
tools/list(https://gateway.pipeworx.io/arxiv/mcp)は、上の表のツールに加えて、共有のPipeworxメタツール群 — ask_pipeworx、discover_tools、search_within、remember/recall、およびゲートウェイ全体のその他のツール一式を返します。したがって、表示されるツール数はこの表より多くなります。現在、シングルパックのエンドポイントには、パック独自のツールに加えて約30の共有ツールが並んでいます。接続の initialize レスポンスはその正確なスコープを示しており、その時点での正式な答えとなります。
これは意図的な設計であり、偶然の多重化ではありません。メタツールによって、スコープを限定した接続でも、このパックがカバーしない質問に答えることができます — ask_pipeworx がカタログ全体にルーティングするため、別のMCPサーバーを追加する必要はありません。現在、メタツールなしでパックエンドポイントをマウントする方法はありません。追加のスキーマがルーティングの価値よりも多くのコンテキストを消費する場合は、複数のパックエンドポイントに接続するのではなく、フルゲートウェイに一度接続してください。
あるいは、フルPipeworxゲートウェイに接続すると、このパックのツールだけではなく、すべてのパックのツールが直接一覧表示されます:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}どちらのURLも同じゲートウェイと同じ1476以上のデータソースに到達します。唯一の違いは、どのパックのツールが直接一覧表示されるかだけです。ask_pipeworx はどちらのURLからでも、それらすべてに到達できます。
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