Crossref Academic Server
БесплатноНе проверенMCP server enabling AI agents to search and retrieve scientific papers, citations, and author profiles from Crossref, OpenAlex, and Semantic Scholar with no API
Описание
MCP server enabling AI agents to search and retrieve scientific papers, citations, and author profiles from Crossref, OpenAlex, and Semantic Scholar with no API keys required.
README
MCP Server that gives AI agents access to scientific papers, citations, and academic research data. Queries Crossref, OpenAlex, and Semantic Scholar — three major open academic APIs covering 150M+ research works.
No API keys required. All data sources are free and open.
Tools
| Tool | Description |
|---|---|
search_papers |
Search for scientific papers across Crossref + OpenAlex simultaneously |
get_paper_details |
Get full metadata for a paper via DOI (bibliographic data + abstract + impact metrics) |
get_citations |
Find papers that cite a given paper (via Semantic Scholar) |
get_author_profile |
Look up an author's profile — publications, h-index, affiliations, research topics |
search_topics |
Find the most-cited recent papers in a topic area (trending research since 2023) |
Installation
With pip (recommended)
pip install crossref-academic-mcp-server
From source
git clone https://github.com/AiAgentKarl/crossref-academic-mcp-server.git
cd crossref-academic-mcp-server
pip install -e .
Configuration
Add to your MCP client config (e.g. Claude Desktop claude_desktop_config.json):
Using pip install
{
"mcpServers": {
"crossref-academic": {
"command": "crossref-server"
}
}
}
Using uvx (no install needed)
{
"mcpServers": {
"crossref-academic": {
"command": "uvx",
"args": ["crossref-academic-mcp-server"]
}
}
}
Example Usage
Search for papers:
"Find recent papers about transformer architectures in NLP"
Look up a specific paper:
"Get details for DOI 10.1038/s41586-021-03819-2"
Explore citations:
"What papers cite the original attention paper?"
Author lookup:
"Show me Yoshua Bengio's publication profile"
Trending research:
"What are the most-cited papers about quantum computing from the last two years?"
Data Sources
- Crossref — 150M+ metadata records, DOI resolution, bibliographic data
- OpenAlex — Open catalog of scholarly works, authors, institutions, topics
- Semantic Scholar — AI-powered citation analysis, abstracts, impact metrics
More MCP Servers by AiAgentKarl
| Category | Servers |
|---|---|
| 🔗 Blockchain | Solana |
| 🌍 Data | Weather · Germany · Agriculture · Space · Aviation · EU Companies |
| 🔒 Security | Cybersecurity · Policy Gateway · Audit Trail |
| 🤖 Agent Infra | Memory · Directory · Hub · Reputation |
| 🔬 Research | Academic · LLM Benchmark · Legal |
License
MIT
Установка Crossref Academic Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/AiAgentKarl/crossref-academic-mcp-serverFAQ
Crossref Academic Server MCP бесплатный?
Да, Crossref Academic Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Crossref Academic Server?
Нет, Crossref Academic Server работает без API-ключей и переменных окружения.
Crossref Academic Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Crossref Academic Server в Claude Desktop, Claude Code или Cursor?
Открой Crossref Academic Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Crossref Academic Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
