MCP.so
Sign In

Semantic Scholar API MCP server

@benhaotang

About Semantic Scholar API MCP server

MCP server for Semantic Scholar to search for papers

Basic information

Category

Memory & Knowledge

License

MIT

Runtime

python

Transports

stdio

Publisher

benhaotang

Config

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

{
  "mcpServers": {
    "semantic-scholar": {
      "command": "uv",
      "args": [
        "run",
        "--with",
        "mcp",
        "mcp",
        "run",
        "/path/to/semantic-scholar-plugin.py"
      ],
      "env": {
        "SEMANTIC_SCHOLAR_API_KEY": ""
      }
    }
  }
}

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 API MCP server?

It is an MCP server that integrates with the Semantic Scholar API, built with the mcp-python-sdk. Designed for AI agents

Comments

More Memory & Knowledge MCP servers