Skip to main content
Glama

OpenPaper MCP-Server

Erstellen Sie vollständig zitierte akademische Forschungsarbeiten direkt aus Claude Desktop oder einem beliebigen MCP-Client.

OpenPaper nutzt 18 spezialisierte KI-Agenten, um über 500 Millionen akademische Quellen (OpenAlex, Crossref, Semantic Scholar) zu durchsuchen und Arbeiten auf Diplomniveau zu verfassen, bei denen jedes Zitat mit einer echten Publikation verknüpft ist.

Einrichtung

1. API-Token abrufen

  1. Gehen Sie zu openpaper.dev und melden Sie sich an.

  2. Öffnen Sie die Entwicklertools (DevTools) → Netzwerk-Tab.

  3. Klicken Sie auf eine beliebige Anfrage → suchen Sie den Authorization-Header.

  4. Kopieren Sie den Wert nach Bearer — das ist Ihr Token.

2. Abhängigkeiten installieren

pip install mcp httpx

3. Claude Desktop konfigurieren

Fügen Sie dies zu Ihrer claude_desktop_config.json hinzu:

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

Tools

start_paper_generation

Startet die Erstellung einer Arbeit. Gibt sofort eine generation_id zurück.

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

check_paper_status

Fragt den Fortschritt ab und liefert Download-Links, sobald die Arbeit fertig ist.

Check the status of generation abc123

list_my_papers

Zeigt alle Ihre bisherigen Arbeiten mit Download-Links an.

List my last 5 papers

Beispiel-Workflow

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://...

Credits

Arbeiten kosten je nach Länge 1-3 Credits:

  • 5-30 Seiten: 1 Credit

  • 30-50 Seiten: 2 Credits

  • 50-60 Seiten: 3 Credits

Neue Konten erhalten kostenlose Credits. Weitere Credits können unter openpaper.dev erworben werden.

-
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