P

mcp-semantic-scholar-server

...
Created 1/4/2025bybenhaotang

Language:

Python

Stars:

10

Forks:

5

Semantic Scholar API MCP server

Made with FastMCP

Requirements: pip install fastmcp aiohttp pydantic uvicorn

API Key

To use the Semantic Scholar API with higher rate limits, you can set your API key as an environment variable:

export SEMANTIC_SCHOLAR_API_KEY="your_api_key"

You can get an API key by filling out the form at: https://www.semanticscholar.org/product/api

Usage

Run fastmcp dev path/to/semantic-scholar-plugin.py to initialize the server.

Run fastmcp install path/to/semantic-scholar-plugin.py to install to claude or add following to claude/cline config:

"semantic-scholar": {
      "command": "uv",
      "args": [
        "run",
        "--with",
        "fastmcp",
        "fastmcp",
        "run",
        "\path\to\semantic-scholar-plugin.py"
      ]
    }

If you see things like INFO Processing request of type __init__.py:431 ListToolsRequest in cline, you can ignore them as this will not affect it from working, this is due to current incomplete impliementation of the function discription and listing support.

Last updated: 4/5/2025

Publisher info

benhaotang's avatar

benhaotang

Graduate student in Theoretical Physics @Uni-Heidelberg

Universität Heidelberg
13
followers
7
following
21
repos

More MCP servers built with Python

composer-trade-mcp

Create, backtest, and execute trades directly in one chat box. The Composer MCP Server gives LLMs the power to backtest investment ideas and execute automated trading strategies. Trade across stocks, ETFs, and crypto directly in Claude.

By https://github.com/ronnyli
slidespeak-mcp

An MCP to generate presentations with AI. Create and edit PowerPoint presentations with AI.

By https://github.com/SlideSpeak
PaddleOCR

The PaddleOCR MCP server brings enterprise-grade OCR and document parsing capabilities to AI applications. Built on PaddleOCR — a proven solution with 50,000+ GitHub stars, deeply integrated by leading projects like MinerU, RAGFlow, and OmniParser— with targeted optimizations based on the MCP concept.

By PaddlePaddle