P

mcp-semantic-scholar-server

...
Created 1/4/2025bybenhaotang

Language:

Python

Stars:

4

Forks:

1

Semantic Scholar API MCP server

Made with FastMCP

Requirements: pip install fastmcp aiohttp pydantic uvicorn

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: 2/18/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

mcp-logo-gen

By sshtunnelvision137
ledger-mcp-server

MCP Server for my ledger

By mprokopov1
clickhouse_mcp_server

A MCP server for ClickHouse

By ThomAub1