academic-search-mcp
MCP server for academic research using the OpenAlex API, enabling article search, details retrieval, and author profile lookup.
README
Academic Search MCP
An MCP (Model Context Protocol) server for academic research, powered by the OpenAlex API.
Features
- Search articles by keywords, title phrases, or topics with domain/field classification
- Get article details including citations, authors, publication date, and referenced works
- Look up author profiles with h-index, citation counts, affiliations, and top publications
- Language filtering for results in specific languages (ISO 639-1 codes)
Installation
uv sync
Usage
Run the server
uv run mcp-server-http
Or with a custom transport:
uv run python -m academic_search_mcp
MCP Client Configuration
Add to your MCP client configuration (e.g., Claude Desktop, Cursor):
{
"mcpServers": {
"academic-search": {
"command": "uv",
"args": ["run", "mcp-server-http"]
}
}
}
Available Tools
search_articles
Search for academic articles by query.
Parameters:
query(string, required): Search keywords, title phrases, or topiclimit(integer, optional): Max number of results (1-50), default 10language(string, optional): Filter by language using ISO 639-1 code (e.g. 'en', 'fr', 'de')
Returns: List of articles with title, authors, publication date, citation count, and domain/field classification.
get_article_details
Get detailed information about a specific article.
Parameters:
identifier(string, required): OpenAlex ID (e.g./works/W1234567890), DOI (e.g.10.xxxx/xxxxx), or full title
Returns: Full article details including abstract, authorships, concepts, references, and metadata.
get_author_info
Look up an author's profile information.
Parameters:
name(string, required): Author full name (e.g. 'Geoffrey Hinton')
Returns: Author h-index, total citations, affiliations, and top publications.
API
This server uses the OpenAlex API as its data source. OpenAlex provides free, open access to the world's best summary of scholarly papers and publications.
- API Documentation: https://docs.openalex.org/
- API Base URL: https://api.openalex.org
Development
# Install dependencies
uv sync
# Run the server
uv run mcp-server-http
# Type checking (if configured)
uv run mypy .
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.