Semantic Scholar

by benhaotang

11 stars
276 downloads
Not rated
GitHub

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

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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Semantic Scholar
    Command (node, npx, python, etc.) /path/to/mcp
    Arguments
    • 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.

  4. 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

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.