Odel
semanticscholar mcp server

semanticscholar mcp server

Local
@smaboundlessTypeScriptUpdated 2mo ago

Search 200M+ papers, authors, citations, and recommendations via Semantic Scholar

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmsemanticscholar-mcp-serverv1.0.0

Run

npx -y semanticscholar-mcp-server

MCP client config

{
  "mcpServers": {
    "semanticscholar-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "semanticscholar-mcp-server"
      ]
    }
  }
}