# Arxiv Search Mcp

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

- **Type:** MCP server
- **Install:** `agentstack add mcp-danimal141-arxiv-search-mcp`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [danimal141](https://agentstack.voostack.com/s/danimal141)
- **Installs:** 0
- **Category:** [Search](https://agentstack.voostack.com/c/search)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [danimal141](https://github.com/danimal141)
- **Source:** https://github.com/danimal141/arxiv-search-mcp

## Install

```sh
agentstack add mcp-danimal141-arxiv-search-mcp
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

[](https://mseep.ai/app/danimal141-arxiv-search-mcp)

# 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](https://deno.land/) installed on your system
- MCP compatible environment

### Setup

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

### Running the Server

Development mode with file watching:
```bash
deno task dev
```

Build executable:
```bash
deno task compile
```

## Integration with Claude Desktop

Add the following configuration to your `claude_desktop_config.json`:

```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:

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

```typescript
{
  "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:
```json
{
  "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](https://arxiv.org/category_taxonomy).

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [danimal141](https://github.com/danimal141)
- **Source:** [danimal141/arxiv-search-mcp](https://github.com/danimal141/arxiv-search-mcp)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** yes
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-danimal141-arxiv-search-mcp
- Seller: https://agentstack.voostack.com/s/danimal141
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
