arXiv Search
About
Search and retrieve academic papers from arXiv.org by category, providing titles, authors, summaries, and links sorted by date.
Details
- Author
- danimal141
- Repository
- danimal141/arxiv-search-mcp
- GitHub stars
- 2
- Downloads
- 308
- License
- MIT License
- Categories
- Design, Developer Tools, Search, API, Frontend, Security, AI
Jump to
- Search papers by category
- Get latest papers sorted by submission date
- Formatted output with title, authors, summary, and link
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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
arXiv SearchCommand (node, npx, python, etc.)/path/to/dir/arxiv-search-mcp/bin/arxiv-search-mcpPlease refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Example usage screenshot:

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)
}
Development mode with file watching:
deno task dev
Build executable:
deno task compile
search_arxiv
Search for papers in arXiv.org. Parameters: category (string) - the arXiv category (e.g., cs.AI), max_results (number) - the number of papers to fetch (1-100, default: 5).
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"arxiv search": {
"cwd": "",
"env": {},
"args": [],
"shell": false,
"command": "/path/to/dir/arxiv-search-mcp/bin/arxiv-search-mcp"
}
}
}
Linux
{
"cwd": "",
"env": [],
"args": [],
"shell": false,
"command": "/path/to/dir/arxiv-search-mcp/bin/arxiv-search-mcp"
}
Macos
{
"cwd": "",
"env": [],
"args": [],
"shell": false,
"command": "/path/to/dir/arxiv-search-mcp/bin/arxiv-search-mcp"
}
Windows
{
"cwd": "",
"env": [],
"args": [],
"shell": false,
"command": "/path/to/dir/arxiv-search-mcp/bin/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 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:

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
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




