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