Academic Paper Search MCP Server
A Model Context Protocol (MCP) server that enables searching and retrieving academic paper information from multiple sources.
The server provides LLMs with:
- Real-time academic paper search functionality
- Access to paper metadata and abstracts
- Ability to retrieve full-text content when available
- Structured data responses following the MCP specification
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.
Features
This server exposes the following tools:
search_papers
: Search for academic papers across multiple sources- Parameters:
query
(str): Search query textlimit
(int, optional): Maximum number of results to return (default: 10)
- Returns: Formatted string containing paper details
- Parameters:
fetch_paper_details
: Retrieve detailed information for a specific paper- Parameters:
paper_id
(str): Paper identifier (DOI or Semantic Scholar ID)source
(str, optional): Data source ("crossref" or "semantic_scholar", default: "crossref")
- Returns: Formatted string with comprehensive paper metadata including:
- Title, authors, year, DOI
- Venue, open access status, PDF URL (Semantic Scholar only)
- Abstract and TL;DR summary (when available)
- Parameters:
search_by_topic
: Search for papers by topic with optional date range filter- Parameters:
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)
- Returns: Formatted string containing search results including:
- Paper titles, authors, and years
- Abstracts and TL;DR summaries when available
- Venue and open access information
- Parameters:
Setup
Installing via Smithery
To install Academic Paper Search Server for Claude Desktop automatically via Smithery:
note this method is largely untested, as their server seems to be having trouble. you can follow the standalone instructions until smithery gets fixed.
Installing via uv (manual install):
- Install dependencies:
- Set up required API keys in your environment or
.env
file:
- Run the server:
Usage with Claude Desktop
- Add the server to your Claude Desktop configuration (
claude_desktop_config.json
):
- Restart Claude Desktop
Development
This server is built using:
- Python MCP SDK
- FastMCP for simplified server implementation
- httpx for API requests
API Sources
- Semantic Scholar API
- Crossref API
License
This project is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0). This license ensures that:
- You can freely use, modify, and distribute this software
- Any modifications must be open-sourced under the same license
- Anyone providing network services using this software must make the source code available
- Commercial use is allowed, but the software and any derivatives must remain free and open source
See the LICENSE file for the full license text.
Contributing
Contributions are welcome! Here's how you can help:
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
Please note:
- Follow the existing code style and conventions
- Add tests for any new functionality
- Update documentation as needed
- Ensure your changes respect the AGPL-3.0 license terms
By contributing to this project, you agree that your contributions will be licensed under the AGPL-3.0 license.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
다양한 출처에서 학술 논문 정보를 실시간으로 검색하고 조회할 수 있으며, AI 모델과 통합하여 도구/기능 호출을 지원하는 구조화된 데이터 응답과 함께 논문 메타데이터, 초록, 전체 텍스트 콘텐츠에 대한 액세스를 제공합니다.
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityEnables users to search for academic articles on platforms like arXiv using specific keywords, with plans to integrate more scholarly databases in the future.Last updated -2150MIT License
- -securityFlicense-qualityEnables search and retrieval of academic papers from PubMed database with advanced features like MeSH term lookup, publication statistics, and PICO-based evidence search.Last updated -5
- -securityAlicense-qualityEnables AI-powered academic paper discovery, search, and analysis from arXiv with advanced features like semantic search, citation network analysis, and multi-format exports (BibTeX, RIS, JSON, CSV). Provides intelligent research assistance through specialized AI prompts for summarization, trend tracking, and literature review automation.Last updated -MIT License
- -securityFlicense-qualityEnables comprehensive academic research by searching and analyzing papers from PubMed, Google Scholar, ArXiv, and JSTOR. Provides full-text access, citation management, and research organization through five powerful consolidated tools.Last updated -40
Appeared in Searches
- A server for finding research information and resources
- Resources or information related to research
- A server for accessing full-text research articles via DOI
- A server for finding academic papers, reading summaries, and tracking latest publications
- A service for finding academic papers on arXiv and Google Scholar