mcp-simple-arxiv
API を通じて arXiv 論文へのアクセスを提供する MCP サーバー。
特徴
このサーバーにより、LLM クライアント (Claude Desktop など) は次のことが可能になります。
- arXivでタイトルと概要の内容で科学論文を検索する
- 論文のメタデータと要旨を取得する
- 利用可能な用紙形式(PDF/HTML)へのリンクにアクセスします
サーバーは、arXiv の API ガイドラインに従って適切なレート制限を実装します (3 秒ごとに最大 1 リクエスト)。
インストール
Smithery経由でインストール
Smithery経由で Claude Desktop 用の Simple Arxiv を自動的にインストールするには:
手動インストール
Claude Desktopでの使用
この設定をclaude_desktop_config.json
に追加します。
(Mac OS)
(Windows版):
Claude Desktop を再起動すると、次の機能が利用できるようになります。
論文の検索
次のようなクエリを使用して、Claude に論文を検索するよう依頼できます。
検索すると、一致する論文に関する次のような基本情報が返されます。
- 論文タイトル
- 著者
- arXiv ID
- 発行日
論文の詳細を取得する
紙の ID を取得したら、詳細を問い合わせることができます。
次のように返されます:
- 論文タイトル全文
- 著者
- 公開日と更新日
- ジャーナル参照(可能な場合)
- 論文概要
- 利用可能な形式へのリンク(PDF/HTML)
発達
開発用にインストールするには:
arXiv APIガイドライン
このサーバーは arXiv API の使用ガイドラインに従います。
- レート制限は3秒あたり最大1リクエスト
- 一度に1つの接続
- 適切なエラー処理と再試行ロジック
ライセンス
マサチューセッツ工科大学
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
API を通じて arXiv 論文へのアクセスを提供する MCP サーバー。
Related MCP Servers
- AsecurityAlicenseAqualityAn MCP server that provides access to PubMed articles through the Entrez API.Last updated -276PythonMIT License
- AsecurityAlicenseAqualityThe ArXiv MCP Server bridges the gap between AI models and academic research by providing a sophisticated interface to arXiv's extensive research repository. This server enables AI assistants to perform precise paper searches and access full paper content, enhancing their ability to engage with scientific literature.Last updated -4969PythonApache 2.0
- AsecurityAlicenseAqualityEnables AI assistants to search and access arXiv research papers through a simple Message Control Protocol interface, allowing for paper search, download, listing, and reading capabilities.Last updated -41PythonApache 2.0
- -securityAlicense-qualityEnables AI assistants to search, download, and read arXiv research papers through a Message Control Protocol interface, with support for paper filtering and local storage.Last updated -Apache 2.0