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.

评论

数据与分析 分类下的更多 MCP 服务器