What is Semantic Scholar API MCP Server: Rapid Search & Analysis?
Designed to streamline academic research, this server acts as a bridge between the Semantic Scholar API and tools like Claude. Built with the MCP Python SDK, it enables rapid querying of scholarly papers, citations, and datasets. Ideal for developers aiming to integrate robust search capabilities into their workflows without sacrificing speed or accuracy.
How to Use Semantic Scholar API MCP Server: Rapid Search & Analysis?
- Install dependencies via
pip install -r requirements.txt
- Initialize the server with
mcp dev path/to/semantic-scholar-plugin.py
- Configure for Claude by either:
- Adding a JSON snippet to your config file (see note below for OS-specific tweaks)
- Or running
mcp install path/to/semantic-scholar-plugin.py
- For Linux/macOS users encountering Claude-desktop issues, manually set the MCP path using
which mcp
to bypassuv
compatibility problems