Semantic Scholar
About
Integrates with the Semantic Scholar API to enable querying academic papers, authors, and citations for research and analysis tasks.
Details
- Author
- benhaotang
- Repository
- benhaotang/mcp-semantic-scholar-server
- GitHub stars
- 11
- Downloads
- 276
- License
- MIT License
- Categories
- Productivity, Developer Tools, Design, AI, Search, Knowledge Base, Frontend, Security, Database
Jump to
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Semantic ScholarCommand (node, npx, python, etc.)/path/to/mcpArguments-
Argument 1
run -
Argument 2
/path/to/semantic-scholar-plugin.py
Environment-
SEMANTIC_SCHOLAR_API_KEY
your_api_key
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"semantic scholar": {
"env": {
"SEMANTIC_SCHOLAR_API_KEY": "your_api_key"
},
"args": [
"run",
"/path/to/semantic-scholar-plugin.py"
],
"command": "/path/to/mcp"
}
}
}
Linux
{
"env": {
"SEMANTIC_SCHOLAR_API_KEY": "your_api_key"
},
"args": [
"run",
"/path/to/semantic-scholar-plugin.py"
],
"command": "/path/to/mcp"
}
Macos
{
"env": {
"SEMANTIC_SCHOLAR_API_KEY": "your_api_key"
},
"args": [
"run",
"/path/to/semantic-scholar-plugin.py"
],
"command": "/path/to/mcp"
}
Windows
{
"env": {
"SEMANTIC_SCHOLAR_API_KEY": "your_api_key"
},
"args": [
"run",
"/path/to/semantic-scholar-plugin.py"
],
"command": "/path/to/mcp"
}
Semantic Scholar API MCP server
Made with mcp-python-sdk
> [!IMPORTANT]
> if you are still using FastMCP version of this mcp server, please consider pull this repo again and update to newer versions as FastMCP is already deprecated.
Usage
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





