Skip to main content
Glama
ckgerteis

openalex-mcp

by ckgerteis

openalex-mcp

MCP-stdio-Server für die OpenAlex-API (globaler wissenschaftlicher Graph).

Daten über OpenAlex, OurResearch.

Installation

Flaches Layout, passend zur Bereitstellung des Servers: server.py und ledger.py nebeneinander, per Pfad ausgeführt.

python -m venv .venv && .venv/bin/pip install -e .

Richten Sie dann Claude Desktop auf python server.py (siehe unten).

Related MCP server: Crossref Academic MCP Server

Werkzeuge

Werkzeug

oa_author_works

oa_cited_by

oa_get_author

oa_get_work

oa_search_authors

oa_search_institutions

oa_search_sources

oa_search_works

Konfiguration

OPENALEX_API_KEY=optional_openalex_api_key
OPENALEX_EMAIL=your_email_for_the_polite_pool

Claude Desktop

{
  "mcpServers": {
    "openalex": {
      "command": "C:\\path\\to\\.venv\\Scripts\\python.exe",
      "args": ["C:\\path\\to\\openalex_mcp\\server.py"],
      "env": {
        "OPENALEX_API_KEY": "optional_openalex_api_key",
        "OPENALEX_EMAIL": "your_email_for_the_polite_pool"
      }
    }
  }
}

Abfragebelege

Jede Abfrage kann in ein append-only, hash-verkettetes JSONL-Protokoll durch openalex_mcp.ledger abgelegt werden. Es ist aus, außer MCP_RECEIPT_LOG ist gesetzt, und ein Protokollierungsfehler wird verschluckt statt ausgelöst — eine Suche ist wichtiger als die Aufzeichnung davon. Geheimnisse werden geschwärzt, bevor eine Zeile erstellt wird.

MCP_RECEIPT_LOG=C:\path\to\receipts.jsonl
MCP_RECEIPT_SESSION=project-or-article-slug
MCP_RECEIPT_STRICT=1        # optional: make logging failure raise

Verifizieren Sie die Hash-Kette eines abgelegten Protokolls:

python ledger.py verify receipts.jsonl

MCP SDK Kompatibilität

Läuft sowohl auf mcp 1.x als auch 2.x. Version 2.0.0 des SDK hat mcp.server.fastmcp entfernt; dieser Server importiert FastMCP, wo es existiert, und fällt auf MCPServer zurück, wo es nicht existiert.

Lizenz

MIT © 2026 Christopher Gerteis. Deckt nur den Servercode ab; es gewährt keine Rechte an OpenAlex- und OurResearch-Daten, die weiterhin den Bedingungen dieses Anbieters unterliegen.

Autor

Dr Christopher Gerteis, SOAS University of London.

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • MCP server for Altmetric APIs - track research attention across news, policy, social media, and more

  • Scholarly search: OpenAlex, Crossref, arXiv, OpenCitations and PubMed in one endpoint.

  • Auditable MCP server for PubMed, Europe PMC, ClinicalTrials.gov, and bioRxiv/medRxiv queries

View all MCP Connectors

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/ckgerteis/openalex-mcp'

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