Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions servers/arxiv-mcp-server/server.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
name: arxiv-mcp-server
image: mcp/arxiv-mcp-server
type: server
meta:
category: search
tags:
- arxiv
- research
- academic
- papers
- search
- ai
about:
title: ArXiv MCP Server
description: |
The ArXiv MCP Server provides a comprehensive bridge between AI assistants and arXiv's research repository through the Model Context Protocol (MCP).

Features:
• Search arXiv papers with advanced filtering
• Download and store papers locally as markdown
• Read and analyze paper content
• Deep research analysis prompts
• Local paper management and storage

Perfect for researchers, academics, and AI assistants conducting literature reviews and research analysis.
icon: https://avatars.githubusercontent.com/u/15390319?v=4
source:
project: https://github.com/jasonleinart/arxiv-mcp-server
run:
volumes:
- '{{arxiv-mcp-server.storage_path}}:/app/papers'
config:
description: Configure local storage path for downloaded papers
env:
- name: ARXIV_STORAGE_PATH
example: /Users/local-test/papers
value: '/app/papers'
parameters:
type: object
properties:
storage_path:
type: string
description: Directory path where downloaded papers will be stored
default: /Users/local-test/papers
required:
- storage_path