Arxiv Search Mcp Server

by gavinHuang

230 downloads
Not rated
GitHub

About

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.

Details

Author
gavinHuang
Downloads
230
Categories
Search

- 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

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Arxiv Search Mcp Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

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

McpServers

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

Arxiv Search Mcp Server

Tools

search_arxiv_papers

Search for papers on arXiv.org. Args: terms: Search terms to look for in paper titles, abstracts, and content (required) subject: Subject category to filter by (optional). Valid options include: physics, astro-ph, cond-mat, gr-qc, hep-ex, hep-lat, hep-ph, hep-th, math-ph, nlin, nucl-ex, nucl-th, quant-ph, math, cs, econ, eess, stat, q-bio, q-fin start_date: Start date for filtering papers in YYYY-MM-DD format (optional) end_date: End date for filtering papers in YYYY-MM-DD format (optional) max_results: Maximum number of results to return (default: 10, max: 2000)

get_subject_categories

Get available subject categories for arXiv search. Returns: Dictionary containing all available subject categories and their descriptions
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.