Back to Browse

Openalex MCP Server

Education & ResearchModerate5.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Use this MCP server to OpenAlex scholarly works, authors, institutions, and citations. Tools...

About

Use this MCP server to OpenAlex scholarly works, authors, institutions, and citations. Tools...

Security Report

5.2
Moderate5.2Moderate Risk

This MCP server is well-structured and secure. It queries the public, unauthenticated OpenAlex API for scholarly metadata with proper input validation via Zod schemas, appropriate error handling, and no credential management requirements. All network access is scoped to the single OpenAlex API endpoint. Minor code quality observations around error handling and URL normalization logic do not materially impact security. Supply chain analysis found 1 known vulnerability in dependencies (0 critical, 1 high severity). Package verification found 1 issue (1 critical, 0 high severity).

5 files analyzed · 4 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

Unverified package source

We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-mrfentmen-openalex-mcp": {
      "args": [
        "-y",
        "openalex-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

OpenAlex MCP

A research metadata server for scholarly works and authors using the public OpenAlex API.

Tools

  • search_works
  • get_work
  • search_authors
  • get_author

Results include DOI, publication year, citations, open access links, venues, authors, and topics.

npm install
npm run build
node dist/index.js

Reviews

No reviews yet

Be the first to review this server!