arXiv Search MCP Server

arXiv Search MCP Server

By danimal141 GitHub

An MCP server that provides tools to search and fetch papers from arXiv.org.

mcp deno
Overview

What is arXiv Search MCP Server?

The arXiv Search MCP Server is a tool that allows users to search and fetch academic papers from arXiv.org, facilitating easy access to research materials.

How to use arXiv Search MCP Server?

To use the server, clone the repository, install the necessary dependencies, and run the server in development mode. You can then use the search_arxiv tool to query papers by category.

Key features of arXiv Search MCP Server?

  • Search papers by specific arXiv categories.
  • Retrieve the latest papers sorted by submission date.
  • Get formatted output including title, authors, summary, and links to the papers.

Use cases of arXiv Search MCP Server?

  1. Researchers looking for the latest papers in their field.
  2. Students needing access to academic resources for their studies.
  3. Developers integrating academic search capabilities into their applications.

FAQ from arXiv Search MCP Server?

  • What categories can I search in?

You can search in various categories such as cs.AI, cs.LG, astro-ph, physics, and more.

  • How many results can I fetch at once?

You can fetch between 1 to 100 papers at a time, with a default of 5.

  • Is there a license for this project?

Yes, the project is licensed under the MIT License.

Content

arXiv Search MCP Server

An MCP server that provides tools to search and fetch papers from arXiv.org.

Features

  • Search papers by category
  • Get latest papers sorted by submission date
  • Formatted output with title, authors, summary, and link

Development

Prerequisites

  • Deno installed on your system
  • MCP compatible environment

Setup

  1. Clone the repository
  2. Install dependencies:
deno cache --reload src/main.ts

Running the Server

Development mode with file watching:

deno task dev

Build executable:

deno task compile

Integration with Claude Desktop

Add the following configuration to your claude_desktop_config.json:

{
  "mcpServers": {
    "arxiv-search-mcp": {
      "command": "/path/to/dir/arxiv-search-mcp/bin/arxiv-search-mcp"
    }
  }
}

Replace /path/to/dir with the actual path to your compiled binary.

Usage

Example usage screenshot: Sample usage with Claude

The server provides a tool named search_arxiv that accepts the following parameters:

{
  "category": string,    // arXiv category (e.g., cs.AI, cs.LG, astro-ph)
  "max_results": number  // Number of papers to fetch (1-100, default: 5)
}

Example

Request:

{
  "category": "cs.AI",
  "max_results": 5
}

This will return the 5 most recent papers from the Artificial Intelligence category.

Available Categories

Some popular arXiv categories:

  • cs.AI: Artificial Intelligence
  • cs.LG: Machine Learning
  • cs.CL: Computation and Language
  • cs.CV: Computer Vision
  • cs.NE: Neural and Evolutionary Computing
  • cs.RO: Robotics
  • astro-ph: Astrophysics
  • physics: Physics
  • math: Mathematics
  • q-bio: Quantitative Biology

For a complete list of categories, visit arXiv taxonomy.

License

This project is licensed under the MIT License - see the LICENSE file for details.

No tools information available.

This is a basic MCP Server-Client Impl using SSE

mcp server-client
View Details

-

mcp model-context-protocol
View Details

Buttplug.io Model Context Protocol (MCP) Server

mcp buttplug
View Details

MCP web search using perplexity without any API KEYS

mcp puppeteer
View Details

free MCP server hosting using vercel

mcp mantle-network
View Details

MCPHubs is a website that showcases projects related to Anthropic's Model Context Protocol (MCP)

mcp mcp-server
View Details