Skip to main content
Glama
ckgerteis

openalex-mcp

by ckgerteis

openalex-mcp

OpenAlex API(世界的な学術グラフ)向けのMCP stdioサーバー。

データはOpenAlex、OurResearch経由。

インストール

サーバーのデプロイ方法に合わせたフラットな構成:server.pyledger.py を並置し、パス指定で実行します。

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

次に、Claude Desktop に python server.py を指定します(下記参照)。

Related MCP server: Crossref Academic MCP Server

ツール

ツール

oa_author_works

oa_cited_by

oa_get_author

oa_get_work

oa_search_authors

oa_search_institutions

oa_search_sources

oa_search_works

設定

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"
      }
    }
  }
}

クエリの受領記録

すべてのクエリは、openalex_mcp.ledger によって追記専用・ハッシュ連結のJSONLログに保存できます。これは MCP_RECEIPT_LOG が設定されない限りオフ であり、ログ記録の失敗は例外として送出されずに握りつぶされます——検索自体がその記録よりも重要だからです。1行が組み立てられる前に、秘密情報はマスクされます。

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

保存されたログのハッシュチェーンを検証する:

python ledger.py verify receipts.jsonl

MCP SDK 互換性

mcp 1.x と 2.x の両方で動作します。SDKのバージョン2.0.0で mcp.server.fastmcp が削除されました。このサーバーは、FastMCP が存在する場合はそれをインポートし、存在しない場合は MCPServer にフォールバックします。

ライセンス

MIT © 2026 Christopher Gerteis。対象はサーバーコードのみです。OpenAlex、OurResearchのデータに対する権利は付与されず、それらのデータは引き続き当該プロバイダーの規約に従います。

著者

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