MCP server that searches academic papers across Semantic Scholar, arXiv, and OpenAlex
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"academic-search-mcp-": {
"command": "npx",
"args": [
"-y",
"misha-slyusarev/academic-search-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add academic-search-mcp- npx -y misha-slyusarev/academic-search-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"academic-search-mcp-": {
"command": "npx",
"args": [
"-y",
"misha-slyusarev/academic-search-mcp-server"
]
}
}
}