A mcp servers for academic paper search. The datasource incloude arxiv,semantic.crossref,scopus,adsabs and scihub
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"
]
}
}
}
Run in terminal:
claude mcp add scholar_mcp_server go run github.com/Seelly/scholar_mcp_server@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"scholar_mcp_server": {
"command": "go",
"args": [
"run",
"github.com/Seelly/scholar_mcp_server@latest"
]
}
}
}