MCP.so
登录
A

Arxiv Search Mcp Server

@gavinHuang

关于 Arxiv Search Mcp Server

arxiv search mkcp server for paper search

基本信息

分类

数据与分析

传输方式

stdio

发布者

gavinHuang

提交者

Gavin Huang

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "arxiv-search": {
      "command": "uvx",
      "args": [
        "arxiv-search-mcp-server"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Arxiv Search Mcp Server?

An MCP server that provides tools to search for papers on arXiv.org. It is designed for AI agents and developers who need programmatic access to arXiv's repository.

How to use Arxiv Search Mcp Server?

Configure the server in your MCP client. It exposes two tools: search_arxiv_papers (required terms, optional subject, start_date, end_date, max_results) and get_subject_categories.

Key features of Arxiv Search Mcp Server?

  • Search arXiv by title, abstract, and content
  • Filter by subject category (e.g., physics, math, cs)
  • Filter by date range (YYYY-MM-DD format)
  • Configurable maximum results (default 10, max 2000)
  • Retrieve all available subject categories

Use cases of Arxiv Search Mcp Server?

  • Find recent papers on a specific research topic
  • Discover papers in a particular arXiv subject category
  • Search for papers published within a custom date window
  • Retrieve the full list of arXiv subject categories

FAQ from Arxiv Search Mcp Server

What tools does Arxiv Search Mcp Server provide?

Two tools: search_arxiv_papers (to search papers) and get_subject_categories (to list available categories).

What parameters does search_arxiv_papers accept?

It requires terms (search string) and accepts optional subject, start_date, end_date, and max_results (default 10,

评论

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