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: をサポート。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/listhttps://gateway.pipeworx.io/arxiv/mcp)は、上の表のツールに加えて、共有のPipeworxメタツール群ask_pipeworxdiscover_toolssearch_withinremember/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

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