MCP.so
ログイン

mcp-simple-arxiv

@andybrandt

mcp-simple-arxiv について

Tool to work with arXiv, provide LLM with ability to search and read papers from there

基本情報

カテゴリ

データと分析

ライセンス

MIT

ランタイム

python

トランスポート

stdio

公開者

andybrandt

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "mcp-simple-arxiv": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "mcp-simple-arxiv",
        "--client",
        "claude"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is mCP-SIMPLE-ARXIV?

mCP-SIMPLE-ARXIV is an MCP server that provides access to scientific papers from arXiv through their public API. It is designed for LLM clients like Claude Desktop to search, retrieve, and explore academic literature.

How to use mCP-SIMPLE-ARXIV?

Install via pip install mcp-simple-arxiv (or via Smithery with npx -y @smithery/cli install mcp-simple-arxiv --client claude), then add the server configuration to your claude_desktop_config.json. After restarting Claude Desktop, ask Claude to search for arXiv papers, filter by date, sort results, or retrieve full paper details and full text as Markdown.

Key features of mCP-SIMPLE-ARXIV

  • Search papers by title and abstract content
  • Filter results by submission date range
  • Sort results by submission date, update date, or relevance
  • View total matching results count
  • Retrieve full paper text converted to Markdown
  • Browse and search arXiv subject categories

Use cases of mCP-SIMPLE-ARXIV

  • Search for recent papers on large language models, filtered by year
  • Get the full abstract and PDF link for a specific paper ID
  • Perform a literature review by sorting results by relevance
  • Retrieve the full text of a paper for offline reading or analysis
  • Explore papers within a specific arXiv category

FAQ from mCP-SIMPLE-ARXIV

How do I install mCP-SIMPLE-ARXIV?

You can install it via pip install mcp-simple-arxiv or automatically via Smithery. Then configure it as an MCP server in your Claude Desktop configuration file.

What can I do with mCP-SIMPLE-ARXIV?

Search arXiv papers by query, filter by date, sort by update/relevance, get metadata and abstracts, retrieve full text as Markdown, and browse categories.

Does mCP-SIMPLE-ARXIV require an API key?

No, it uses the arXiv public API, which requires no authentication.

What are the rate limits?

The server follows arXiv guidelines: maximum 1 request per 3 seconds and a single connection at a time, with proper retry logic.

Can I run mCP-SIMPLE-ARXIV as a web server?

Yes, it supports both local stdio mode and network-accessible web server mode. See WEB_DEPLOYMENT.md for details. A public web version is available at mcp.andybrandt.net/arxiv.

コメント

「データと分析」の他のコンテンツ