mcp-semantic-scholar-server
15
This project is a Semantic Scholar API server built using the mcp-python-sdk. It allows for enhanced API usage and seamless integration with AI pre-research agents. Users can set API keys for higher rate limits and resolve known logging issues without affecting functionality.
Semantic Scholar API MCP Server
- Built using the mcp-python-sdk.
- Important: Update your version if you're still using the deprecated FastMCP version.
Usage
- Requirements: Install dependencies via
pip install -r requirements.txt
. - To initialize the server, run
mcp dev path/to/semantic-scholar-plugin.py
.
API Key
- Enhance API capabilities by setting your API key as an environment variable or in mcp settings.
Known Issues
- Certain logs such as
INFO Processing request of type __init__.py:431 ListToolsRequest
do not affect functionality.