🎓 Semantic Scholar MCP Server
@JackKuo666
关于 🎓 Semantic Scholar MCP Server
🔍 This project implements a Model Context Protocol (MCP) server for interacting with the Semantic Scholar API. It provides tools for searching papers, retrieving paper and author details, and fetching citations and references.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"semanticscholar-MCP-Server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli@latest",
"install",
"@JackKuo666/semanticscholar-mcp-server",
"--client",
"claude",
"--config",
"{}"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is 🎓 Semantic Scholar MCP Server?
It implements a Model Context Protocol (MCP) server for interacting with the Semantic Scholar API. It provides tools for searching papers, retrieving paper and author details, and fetching citations and references. It is intended for developers using MCP clients such as Claude Desktop, Cursor, Windsurf, or Cline to access academic literature data.
How to use 🎓 Semantic Scholar MCP Server?
Install the required Python packages (semanticscholar and mcp) or use the Smithery CLI for automatic installation. Start the server by running python semantic_scholar_server.py, then use an MCP client to invoke tools like search_semantic_scholar, get_semantic_scholar_paper_details, get_semantic_scholar_author_details, and get_semantic_scholar_citations_and_references.
Key features of 🎓 Semantic Scholar MCP Server
- Search for papers on Semantic Scholar
- Retrieve detailed information about specific papers
- Get author details
- Fetch citations and references for a paper
Use cases of 🎓 Semantic Scholar MCP Server
- Searching academic papers by query string
- Retrieving detailed metadata for a known paper
- Getting author information from Semantic Scholar
- Obtaining citation and reference lists for a paper
FAQ from 🎓 Semantic Scholar MCP Server
What Python version is required?
Python 3.10 or higher is required.
What dependencies are needed?
The semanticscholar and mcp Python packages must be installed.
How can I install the server automatically?
You can use the Smithery CLI: npx -y @smithery/cli@latest install @JackKuo666/semanticscholar-mcp-server --client claude --config "{}".
How do I configure it for Claude Desktop?
Add a JSON entry to your claude_desktop_config.json. On Mac, use "command": "python" with "args": ["-m", "semanticscholar_mcp_server"]. On Windows, provide the full paths to the Python executable and the server script.
What tools are available?
The server exposes four tools: search_semantic_scholar, get_semantic_scholar_paper_details, get_semantic_scholar_author_details, and get_semantic_scholar_citations_and_references.
数据与分析 分类下的更多 MCP 服务器
ArXiv MCP Server
blazickjpA Model Context Protocol server for searching and analyzing arXiv papers
dbt MCP Server
dbt-labsA MCP (Model Context Protocol) server for interacting with dbt.
MCP Server for Deep Research
reading-plus-aiPubMed MCP Server
JackKuo666🔍 Enable AI assistants to search, access, and analyze PubMed articles through a simple MCP interface.
Bright Data MCP
brightdata-comA powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
评论