OpenAlex MCP Server
@hbiaou
About OpenAlex MCP Server
An MCP server designed for academic literature research using the OpenAlex free API.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"openalex-mcp": {
"command": "docker",
"args": [
"build",
"-t",
"openalex-mcp",
"."
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is OpenAlex MCP Server?
A Node.js MCP server that uses Express and Axios to proxy queries to the OpenAlex API. It is intended for developers who need a simple, self-hosted gateway to search OpenAlex scholarly data.
How to use OpenAlex MCP Server?
Install dependencies with npm install, create a .env file with a PORT and OPENALEX_BASE_URL, then run npm start. The server listens on http://localhost:<PORT> and exposes a single endpoint GET /search?q=<term>.
Key features of OpenAlex MCP Server
- Proxies queries to the OpenAlex API
- Single search endpoint (
GET /search?q=…) - Configurable port and base URL via
.env - Dockerfile included for production deployment
- CI/CD with GitHub Actions
Use cases of OpenAlex MCP Server
- Searching academic works by query term
- Integrating OpenAlex data into applications via a local proxy
- Self-hosting a lightweight MCP server for scholarly data queries
FAQ from OpenAlex MCP Server
What are the system requirements?
Node.js (version 14 or higher) and npm are required.
How do I configure the server?
Create a .env file in the project root with PORT=3000 and OPENALEX_BASE_URL=https://api.openalex.org (or custom values).
How do I start the server?
Run npm start from the project root.
Can I deploy using Docker?
Yes, a Dockerfile is provided. Build with docker build -t openalex-mcp . and run with docker run -p 3000:3000 -d openalex-mcp.
Is there a CI/CD pipeline?
Yes, a GitHub Actions workflow runs unit and integration tests on every push and pull request.
More Other MCP servers
Awesome Mlops
visengerA curated list of references for MLOps
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Comments