MCP.so
Sign In
A

Arxiv Search Mcp Server

@gavinHuang

About Arxiv Search Mcp Server

arxiv search mkcp server for paper search

Basic information

Category

Data & Analytics

Transports

stdio

Publisher

gavinHuang

Submitted by

Gavin Huang

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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,

Comments

More Data & Analytics MCP servers