Academic Paper Search MCP Server for Claude Desktop integration. Allows Claude to access data from Semantic Scholar and Crossref.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"academic-search": {
"env": {
"CROSSREF_API_KEY": "your_key_here",
"SEMANTIC_SCHOLAR_API_KEY": "your_key_here"
},
"args": [
"run ",
"/path/to/server/server.py"
],
"command": "uv"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Model Context Protocol (MCP) server that enables searching and retrieving academic paper information from multiple sources.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@afrise/academic-search-mcp-server' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @afrise/academic-search-mcp-server against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in education
A Model Context Protocol server for searching and analyzing arXiv papers
MCP server for NotebookLM - Let your AI agents (Claude Code, Codex) research documentation directly with grounded, citation-backed answers from Gemini. Persistent auth, library management, cross-client sharing. Zero hallucinations, just your knowledge base.
A MCP server that integrates the Semantic Scholar API and the arXiv API so AI assistants (e.g. Claude Code, Cursor) can search and fetch academic paper metadata.
MCP server that uses arxiv-to-prompt to fetch and process arXiv LaTeX sources for precise interpretation of mathematical expressions in scientific papers.
MCP Security Weekly
Get CVE alerts and security updates for Academic Search Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Model Context Protocol (MCP) server that enables searching and retrieving academic paper information from multiple sources.
The server provides LLMs with:
While primarily designed for integration with Anthropic's Claude Desktop client, the MCP specification allows for potential compatibility with other AI models and clients that support tool/function calling capabilities (e.g. OpenAI's API).
Note: This software is under active development. Features and functionality are subject to change.
This server exposes the following tools:
search_papers: Search for academic papers across multiple sources
query (str): Search query textlimit (int, optional): Maximum number of results to return (default: 10)fetch_paper_details: Retrieve detailed information for a specific paper
paper_id (str): Paper identifier (DOI or Semantic Scholar ID)source (str, optional): Data source ("crossref" or "semantic_scholar", default: "crossref")search_by_topic: Search for papers by topic with optional date range filter
topic (str): Search query text (limited to 300 characters)year_start (int, optional): Start year for date rangeyear_end (int, optional): End year for date rangelimit (int, optional): Maximum number of results to return (default: 10)To install Academic Paper Search Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @afrise/academic-search-mcp-server --client claude
note this method is largely untested, as their server seems to be having trouble. you can follow the standalone instructions until smithery gets fixed.
uv add "mcp[cli]" httpx
.env file:# These are not actually implemented
SEMANTIC_SCHOLAR_API_KEY=your_key_here
CROSSREF_API_KEY=your_key_here # Optional but recommended
uv run server.py
claude_desktop_config.json):{
"mcpServers": {
"academic-search": {
"command": "uv",
"args": ["run ", "/path/to/server/server.py"],
"env": {
"SEMANTIC_SCHOLAR_API_KEY": "your_key_here",
"CROSSREF_API_KEY": "your_key_here"
}
}
}
}
This server is built using:
This project is licensed under the GNU Affero General Public License v3.0 (AGPL-