MCP Hub
Back to servers

openalex

OpenAlex MCP — wraps the OpenAlex API (scholarly works, free, no auth)

Registry
Updated
Apr 2, 2026

@pipeworx/mcp-openalex

MCP server for scholarly works, authors, and institutions via the OpenAlex API. Free, no authentication required.

Tools

ToolDescription
search_worksSearch scholarly works (papers, books, datasets) by keyword
search_authorsSearch researchers and authors by name
search_institutionsSearch academic institutions by name
get_conceptLook up an academic concept or field of study

Quickstart via Pipeworx Gateway

curl -X POST https://gateway.pipeworx.io/mcp \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "method": "tools/call",
    "params": {
      "name": "openalex__search_works",
      "arguments": { "query": "transformer neural networks", "limit": 5 }
    },
    "id": 1
  }'

License

MIT

Reviews

No reviews yet

Sign in to write a review