Skip to main content
Glama
andybrandt

mcp-simple-arxiv

by andybrandt

mcp-simple-arxiv

대장간 배지

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

특징

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

  • 제목 및 초록 내용으로 arXiv에서 과학 논문 검색

  • 논문 메타데이터 및 초록 받기

  • 사용 가능한 논문 형식(PDF/HTML)에 대한 링크에 액세스하세요.

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

Related MCP server: bioRxiv-MCP-Server

설치

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

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

Resources

Looking for Admin?

Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/andybrandt/mcp-simple-arxiv'

If you have feedback or need assistance with the MCP directory API, please join our Discord server