An MCP server for academic paper search that integrates with AI assistants (e.g., Claude Code, Cursor), enabling them to search and retrieve academic paper metadata.
{
"mcpServers": {
"scholar-search": {
"command": "uvx",
"args": [
"scholar-search-mcp"
]
}
}
}