MCP.so
Sign In

πŸŽ“ Semantic Scholar MCP Server

@JackKuo666

About πŸŽ“ Semantic Scholar MCP Server

πŸ” This project implements a Model Context Protocol (MCP) server for interacting with the Semantic Scholar API. It provides tools for searching papers, retrieving paper and author details, and fetching citations and references.

Basic information

Category

Data & Analytics

Runtime

python

Transports

stdio

Publisher

JackKuo666

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "semanticscholar-MCP-Server": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli@latest",
        "install",
        "@JackKuo666/semanticscholar-mcp-server",
        "--client",
        "claude",
        "--config",
        "{}"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is πŸŽ“ Semantic Scholar MCP Server?

It implements a Model Context Protocol (MCP) server for interacting with the Semantic Scholar API. It provides tools for searching papers, retrieving paper and author details, and fetching citations and references. It is intended for developers using MCP clients such as Claude Desktop, Cursor, Windsurf, or Cline to access academic literature data.

How to use πŸŽ“ Semantic Scholar MCP Server?

Install the required Python packages (semanticscholar and mcp) or use the Smithery CLI for automatic installation. Start the server by running python semantic_scholar_server.py, then use an MCP client to invoke tools like search_semantic_scholar, get_semantic_scholar_paper_details, get_semantic_scholar_author_details, and get_semantic_scholar_citations_and_references.

Key features of πŸŽ“ Semantic Scholar MCP Server

  • Search for papers on Semantic Scholar
  • Retrieve detailed information about specific papers
  • Get author details
  • Fetch citations and references for a paper

Use cases of πŸŽ“ Semantic Scholar MCP Server

  • Searching academic papers by query string
  • Retrieving detailed metadata for a known paper
  • Getting author information from Semantic Scholar
  • Obtaining citation and reference lists for a paper

FAQ from πŸŽ“ Semantic Scholar MCP Server

What Python version is required?

Python 3.10 or higher is required.

What dependencies are needed?

The semanticscholar and mcp Python packages must be installed.

How can I install the server automatically?

You can use the Smithery CLI: npx -y @smithery/cli@latest install @JackKuo666/semanticscholar-mcp-server --client claude --config "{}".

How do I configure it for Claude Desktop?

Add a JSON entry to your claude_desktop_config.json. On Mac, use "command": "python" with "args": ["-m", "semanticscholar_mcp_server"]. On Windows, provide the full paths to the Python executable and the server script.

What tools are available?

The server exposes four tools: search_semantic_scholar, get_semantic_scholar_paper_details, get_semantic_scholar_author_details, and get_semantic_scholar_citations_and_references.

Comments

More Data & Analytics MCP servers