PaperMCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@PaperMCPFind the most-cited 2023 papers about LLM safety from US institutions."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
PaperMCP 智能学术论文检索系统
欢迎使用 PaperMCP 智能学术论文检索系统!这是一个基于 Model Context Protocol (MCP) 的高级学术论文搜索服务器,专为研究员和教授设计。通过 OpenAlex API 和智能算法,为AI助手提供精准的学术文献检索能力,大幅提升科研效率。
🌟 Features
📚 Comprehensive Paper Search
Search academic papers with flexible filtering options:
Keyword Search - Find papers by title, abstract, or full-text content
Country Filter - Limit results to papers from specific countries (CN, US, GB, etc.)
Year Filter - Search papers from specific publication years
Result Limit - Control the number of results (up to 50 papers)
Sort Options - Sort by citation count, publication date, or relevance
Open Access Filter - Find only freely accessible papers
📊 Rich Paper Information
Get comprehensive details for each paper:
Basic Info - Title, authors, publication year, document type
Abstract - Full abstract text with intelligent reconstruction from inverted index
Publication Details - Journal/venue, DOI, URLs
Citation Data - Citation count and related works
Institutional Info - Author affiliations and institutions
Subject Classification - Topics, subfields, fields, and domains
Open Access Status - OA status and APC (Article Processing Charge) information
🔍 Advanced Filtering
Institution-based Filtering - Find papers from specific countries' institutions
Temporal Filtering - Search within specific publication years
Access-based Filtering - Filter by open access availability
Quality Indicators - Sort by citation impact or publication date
🤖 MCP Integration
Seamless integration with MCP-compatible clients (like Claude) for intelligent academic research
Related MCP server: ScholarScope MCP
🚦 Requirements
Before getting started, please ensure you have:
Node.js and npm:
Requires Node.js version >= 18
Download and install from nodejs.org
Email Address:
Provide a valid email address for OpenAlex API access
OpenAlex requires an email for rate limiting and contact purposes
No API key needed - OpenAlex is free to use!
🛠️ Installation & Setup
Install via Smithery (Recommended)
If you're using Claude Desktop, you can quickly install via Smithery:
npx -y @smithery/cli install @guangxiangdebizi/paper-mcp --client claudeManual Installation
Get the code:
git clone https://github.com/guangxiangdebizi/PaperMCP.git cd PaperMCPInstall dependencies:
npm installConfigure Email Address:
Create a
.envfile in the project root directoryAdd the following content:
OPENALEX_EMAIL=your_email@example.comOr set it directly in the
src/config.tsfile
Build the project:
npm run build
🚀 Running the Server
There are two ways to start the server:
Method 1: Using stdio mode (Direct run)
node build/index.jsMethod 2: Using Supergateway (Recommended for development)
npx supergateway --stdio "node build/index.js" --port 3100📝 Configuring MCP Clients
To use this server in Claude or other MCP clients, you need the following configuration:
Claude Configuration
Add the following to Claude's configuration file:
{
"mcpServers": {
"paper-search-server": {
"url": "http://localhost:3100/sse", // If using Supergateway
"type": "sse",
"disabled": false,
"autoApprove": [
"paper_search"
]
}
}
}If using stdio mode directly (without Supergateway), configure as follows:
{
"mcpServers": {
"paper-search-server": {
"command": "C:/path/to/PaperMCP/build/index.js", // Modify to actual path
"type": "stdio",
"disabled": false,
"autoApprove": [
"paper_search"
]
}
}
}💡 Usage Examples
Here are some example queries using the PaperMCP server:
1. Basic Paper Search
You can ask Claude:
General Search:
"Search for papers about machine learning published in 2024"
Country-specific Search:
"Find papers about artificial intelligence from Chinese institutions in 2023"
Author/Institution Focus:
"Search for papers about LLM from US universities in the last 2 years"
2. Advanced Filtering
Citation-based Search:
"Find the most-cited papers about deep learning from 2022, limited to 20 results"
Open Access Papers:
"Search for open access papers about natural language processing from 2024"
Specific Year Range:
"Find papers about computer vision published in 2023, sorted by citation count"
3. Research-focused Queries
Literature Review:
"Help me find recent papers about transformer architectures for my literature review"
Trend Analysis:
"Search for papers about quantum computing from different countries to analyze research trends"
Interdisciplinary Research:
"Find papers that combine AI and biology, focusing on recent publications"
4. Complex Research Queries
Comparative Analysis:
"Compare recent AI research output between China and the US by finding papers from both countries in 2024"
Field Evolution:
"Show me how research in reinforcement learning has evolved by finding papers from 2020-2024"
Open Science Focus:
"Find highly-cited open access papers in machine learning to understand accessible research trends"
This will use the paper_search tool to retrieve comprehensive academic paper information.
📊 Supported Search Parameters
The PaperMCP server supports the following search parameters:
Parameter | Type | Description | Example |
| string | Search keywords (required) | "machine learning", "deep learning" |
| string | Filter by country code | "CN" (China), "US" (USA), "GB" (UK) |
| number | Filter by publication year | 2024, 2023 |
| number | Number of results (max 50) | 10, 20, 50 |
| string | Sort method | "cited_by_count", "publication_date", "relevance_score" |
| boolean | Filter open access papers | true, false |
📈 Data Sources
This server uses the OpenAlex API, which provides:
260M+ papers from across all disciplines
Real-time updates with new publications
Comprehensive metadata including citations, authors, institutions
Open access information and APC data
Subject classification at multiple levels
Institution and country data for geographic analysis
🔮 Future Plans
Future enhancements may include:
Author Search - Find papers by specific authors
Institution Search - Search within specific institutions
Journal/Venue Filtering - Filter by publication venue
Citation Network Analysis - Explore citation relationships
Concept-based Search - Search by research concepts and topics
Export Functionality - Export results in various formats (BibTeX, etc.)
📄 License
This project is licensed under the MIT License. See the LICENSE file for details.
👨💻 Author
Name: Xingyu_Chen
Email: guangxiangdebizi@gmail.com
GitHub: guangxiangdebizi
🙏 Acknowledgments
This project uses the OpenAlex API, a free and open catalog of scholarly papers, authors, institutions, and more. Special thanks to the OpenAlex team for providing this invaluable resource to the research community.
Available Tools
1 toolpaper_searchC
智能学术论文检索系统,支持多维度相关性评分、学术质量评估、语义搜索等高级功能,专为研究员和教授设计
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | 搜索关键词或研究问题,支持自然语言描述,如'transformer架构在自然语言处理中的最新进展' | |
| research_focus | No | 研究重点:cutting_edge(前沿研究,默认)、foundational(基础理论)、survey(综述文献)、empirical(实证研究)、methodological(方法论) | |
| academic_level | No | 学术水平:top_tier(顶级期刊/会议)、high_quality(高质量)、mainstream(主流)、all(所有) | |
| time_scope | No | 时间范围:latest(最新6个月)、recent(最近2年,默认)、established(近5年)、comprehensive(所有时间) | |
| field_specificity | No | 领域专一性:narrow(精确匹配)、focused(相关领域)、broad(跨学科),默认focused | |
| citation_threshold | No | 引用门槛:highly_cited(高被引)、well_recognized(良好认可)、emerging(新兴)、all(所有),默认well_recognized | |
| include_preprints | No | 是否包含预印本论文(arXiv等),对于获取最前沿研究很重要 | |
| author_reputation | No | 作者声誉:renowned(知名学者)、established(成熟研究者)、all(所有),默认all | |
| num_results | No | 返回论文数量,默认15篇,最多30篇(保证质量) | |
| exclude_keywords | No | 排除关键词,用逗号分隔,如'survey,review,tutorial'可排除综述类文章 |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full burden for behavioral disclosure. While it mentions features like 'multi-dimensional relevance scoring' and 'semantic search,' it doesn't describe what the tool actually returns, how results are presented, pagination behavior, rate limits, authentication requirements, or error handling. The description is feature-focused rather than behaviorally transparent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, efficient sentence that communicates the core functionality and target audience without unnecessary words. It's appropriately sized for the tool's complexity, though it could be more front-loaded with the primary action ('search academic papers') rather than starting with the system type.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a complex tool with 10 parameters, no annotations, and no output schema, the description is insufficient. It doesn't explain what the tool returns (paper metadata, full text, links), how results are structured, or provide behavioral context needed for effective use. The feature list doesn't compensate for these significant gaps in operational understanding.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema description coverage is 100%, with all 10 parameters well-documented in the schema itself. The description adds no specific parameter information beyond what's already in the schema, so it meets the baseline of 3. The description's mention of 'multi-dimensional relevance scoring' and 'semantic search' relates to overall functionality rather than parameter semantics.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose as an 'intelligent academic paper search system' with specific features like multi-dimensional relevance scoring, academic quality assessment, and semantic search. It identifies the target users as 'researchers and professors' and mentions advanced functionality, but doesn't differentiate from siblings since none exist.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives, prerequisites, or specific scenarios where it's most appropriate. It only mentions the target audience without operational context. With no sibling tools, this is less critical but still a gap in usage guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
TDQS
With only one tool, there is no possibility of ambiguity or overlap with other tools. The tool's purpose is clearly defined as an intelligent academic paper search system, making it impossible for an agent to misselect between non-existent alternatives.
The single tool name 'paper_search' follows a clear verb_noun pattern (search as the verb, paper as the noun). Since there are no other tools to compare against, consistency is inherently perfect with no deviations or mixed conventions.
A single tool is generally too few for most server purposes, as it limits functionality and may indicate an incomplete or overly narrow scope. While the tool is described as advanced, a server focused on academic paper retrieval would typically benefit from additional tools (e.g., for filtering, citation analysis, or paper details) to provide comprehensive coverage.
The server's domain appears to be academic paper retrieval, but with only a search tool, there are significant gaps. For example, there are no tools for accessing paper metadata, downloading papers, managing searches, or handling citations, which are common needs in this domain. This incomplete surface will likely cause agent failures when trying to perform full research workflows.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Academic literature search, retrieval, and private library management on top of OpenAlex.
Search 340M+ academic papers — citation graphs, semantic similarity, and AI literature reviews.
Academic paper search, scientific literature, citation analysis, arXiv & semantic related-work.
Scholarly search: OpenAlex, Crossref, arXiv, OpenCitations and PubMed in one endpoint.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceA comprehensive Model Context Protocol server that provides AI assistants with direct access to Semantic Scholar's academic database, enabling advanced paper discovery, citation analysis, author research, and AI-powered recommendations.16
- AlicenseAqualityDmaintenanceEnables academic research through the OpenAlex API, allowing users to search for papers, authors, and institutions, retrieve citations, and fetch full-text content when available. Perfect for building intelligent research assistants that can explore academic literature and related works.87MIT
- FlicenseAqualityDmaintenanceEnables AI-powered academic research by searching and retrieving research papers from OpenAlex database. Supports searching by keywords/topics and fetching full abstracts for detailed paper analysis.6
- FlicenseNot gradedqualityNot gradedmaintenanceAn academic research server that provides LLMs with full-text search and retrieval access to academic papers and periodicals. It enables research-grounded responses through features like topic filtering and programmatic database expansion.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/guangxiangdebizi/Paper-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server