mcp-simple-arxiv

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Integrations

  • Provides access to scientific papers on arXiv through their API, allowing users to search for papers by title and abstract content, retrieve paper metadata and abstracts, access links to available paper formats (PDF/HTML), and explore arXiv categories.

mcp-simple-arxiv

API를 통해 arXiv 논문에 대한 액세스를 제공하는 MCP 서버입니다.

특징

이 서버를 사용하면 LLM 클라이언트(예: Claude Desktop)에서 다음 작업을 수행할 수 있습니다.

  • 제목 및 초록 내용으로 arXiv에서 과학 논문 검색
  • 논문 메타데이터 및 초록 받기
  • 사용 가능한 논문 형식(PDF/HTML)에 대한 링크에 액세스하세요.

서버는 arXiv의 API 가이드라인에 따라 적절한 속도 제한을 구현합니다(3초마다 최대 1개 요청).

설치

Smithery를 통해 설치

Smithery를 통해 Claude Desktop에 Simple Arxiv를 자동으로 설치하는 방법:

지엑스피1

수동 설치

pip install mcp-simple-arxiv

Claude Desktop과 함께 사용

claude_desktop_config.json 에 다음 구성을 추가하세요.

(맥 OS)

{ "mcpServers": { "simple-arxiv": { "command": "python", "args": ["-m", "mcp_simple_arxiv"] } } }

(Windows 버전):

{ "mcpServers": { "simple-arxiv": { "command": "C:\\Users\\YOUR_USERNAME\\AppData\\Local\\Programs\\Python\\Python311\\python.exe", "args": [ "-m", "mcp_simple_arxiv" ] } } }

Claude Desktop을 다시 시작하면 다음 기능을 사용할 수 있습니다.

논문 검색

다음과 같은 쿼리를 사용하여 Claude에게 논문 검색을 요청할 수 있습니다.

Can you search arXiv for recent papers about large language models?

검색을 통해 다음을 포함한 일치하는 논문에 대한 기본 정보가 반환됩니다.

  • 논문 제목
  • 저자
  • arXiv ID
  • 출판일

논문 세부 정보 얻기

종이 신분증을 받으면 자세한 내용을 문의할 수 있습니다.

Can you show me the details for paper 2103.08220?

그러면 다음이 반환됩니다.

  • 전체 논문 제목
  • 저자
  • 출판 및 업데이트 날짜
  • 저널 참조(가능한 경우)
  • 논문 초록
  • 사용 가능한 형식(PDF/HTML)에 대한 링크

개발

개발을 위해 설치하려면:

git clone https://github.com/andybrandt/mcp-simple-arxiv cd mcp-simple-arxiv pip install -e .

arXiv API 가이드라인

이 서버는 arXiv API 사용 지침을 따릅니다.

  • 3초당 최대 1개의 요청으로 속도 제한
  • 한 번에 하나의 연결
  • 적절한 오류 처리 및 재시도 논리

특허

MIT

-
security - not tested
A
license - permissive license
-
quality - not tested

API를 통해 arXiv 논문에 대한 액세스를 제공하는 MCP 서버입니다.

  1. Features
    1. Installation
      1. Installing via Smithery
      2. Manual Installation
    2. Usage with Claude Desktop
      1. Searching Papers
      2. Getting Paper Details
    3. Development
      1. arXiv API Guidelines
    4. License
      ID: p38q3nagwb