scholar_mcp_server

Seelly/scholar_mcp_server
★ 12 stars Go 🔍 Search Updated 1mo ago
A mcp servers for academic paper search. The datasource incloude arxiv,semantic.crossref,scopus,adsabs and scihub
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "scholar_mcp_server": {
      "command": "go",
      "args": [
        "run",
        "github.com/Seelly/scholar_mcp_server@latest"
      ]
    }
  }
}