Skip to main content
Glama

OpenPaper MCP 서버

Claude Desktop 또는 모든 MCP 클라이언트에서 인용이 포함된 학술 연구 논문을 생성하세요.

OpenPaper는 18개의 전문 AI 에이전트를 사용하여 5억 개 이상의 학술 소스(OpenAlex, Crossref, Semantic Scholar)를 검색하고, 모든 인용이 실제 출판물과 연결된 학위 논문 수준의 논문을 작성합니다.

설정

1. API 토큰 받기

  1. openpaper.dev에 접속하여 로그인합니다.

  2. 개발자 도구(DevTools) → 네트워크(Network) 탭을 엽니다.

  3. 아무 요청이나 클릭하여 Authorization 헤더를 찾습니다.

  4. Bearer 뒤의 값을 복사하세요. 이것이 귀하의 토큰입니다.

2. 종속성 설치

pip install mcp httpx

3. Claude Desktop 구성

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

{
  "mcpServers": {
    "openpaper": {
      "command": "python",
      "args": ["/path/to/openpaper-mcp/server.py"],
      "env": {
        "OPENPAPER_API_TOKEN": "your-token-here"
      }
    }
  }
}

도구

start_paper_generation

논문 생성을 시작합니다. 즉시 generation_id를 반환합니다.

Generate a graduate-level paper on "The neurobiological basis of PTSD"
using APA 7th citation style, 20-30 pages

check_paper_status

진행 상황을 확인하고 완료 시 다운로드 링크를 가져옵니다.

Check the status of generation abc123

list_my_papers

다운로드 링크와 함께 이전에 작성한 모든 논문을 확인합니다.

List my last 5 papers

예시 워크플로우

User: Write a paper on the impact of social media on adolescent mental health

Claude: [calls start_paper_generation("impact of social media on adolescent mental health")]
→ Generation started (ID: abc123). Checking back in a few minutes...

[later]
Claude: [calls check_paper_status("abc123")]
→ Status: processing, phase: writing, 65% complete

[later]
Claude: [calls check_paper_status("abc123")]
→ Status: completed! PDF: https://... DOCX: https://...

크레딧

논문은 길이에 따라 1~3 크레딧이 소요됩니다:

  • 5-30 페이지: 1 크레딧

  • 30-50 페이지: 2 크레딧

  • 50-60 페이지: 3 크레딧

신규 계정은 무료 크레딧을 받습니다. openpaper.dev에서 추가로 구매하세요.

-
security - not tested
F
license - not found
-
quality - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure 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/federicodeponte/openpaper-mcp'

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