Skip to content

benhaotang/mcp-semantic-scholar-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

MCP server for Semantic Scholar to search for papers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages