Scholar_mcp_server
@Seelly
关于 Scholar_mcp_server
A mcp servers for academic paper search. The datasource incloude arxiv,semantic.crossref,scopus,adsabs and scihub
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"arXiv论文检索服务": {
"url": "http://127.0.0.1:8080/mcp"
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Scholar_mcp_server?
Scholar_mcp_server is a Go‑based MCP (Model Context Protocol) service that aggregates scholarly paper search results from multiple academic databases. It provides a unified interface with intelligent deduplication, merging, and sorting, designed for researchers who need to query several sources simultaneously.
How to use Scholar_mcp_server?
Clone the repository, run go mod tidy, then start the server with go run main.go logging.go. Optionally set environment variables SCOPUS_API_KEY and ADSABS_API_KEY to enable those sources. The server listens on http://127.0.0.1:8080/; configure an MCP client (e.g., Claude Desktop) to use the endpoint http://127.0.0.1:8080/mcp. Use the tools searchScholarPapers and getScholarPaper via JSON‑RPC calls.
Key features of Scholar_mcp_server
- Multi‑source aggregation across 6 academic databases
- Smart deduplication based on DOI and title
- Unified, standardized paper metadata format
- Concurrent asynchronous calls for high performance
- Intelligent sorting and relevance scoring
- Full MCP protocol tool interface
- Real‑time source status and performance monitoring
Use cases of Scholar_mcp_server
- Search for papers across arXiv, Semantic Scholar, Crossref, and more with a single query.
- Retrieve detailed paper information by DOI or arXiv ID.
- Perform advanced filtering by author, year, citation count, and open‑access status.
FAQ from Scholar_mcp_server
Which data sources are supported?
Six sources: arXiv, Semantic Scholar, Crossref (free), Scopus (requires API key), ADSABS (requires API key), and Sci‑Hub (free, with legal caveats).
Do I need API keys to run the server?
No, you can run with only the free sources. Scopus and ADSABS require setting the SCOPUS_API_KEY and ADSABS_API_KEY environment variables.
What are the available MCP tools?
Two tools: searchScholarPapers for aggregated search and getScholarPaper for retrieving paper details by identifier.
Are there limits on search results?
Yes, the limit parameter defaults to 10 with a maximum of 100. You can also paginate using offset.
其他 分类下的更多 MCP 服务器

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Awesome Mlops
visengerA curated list of references for MLOps
评论