mcp-scholarly

adityak74/mcp-scholarly
★ 171 stars Python 🔍 Search Updated 1mo ago
A MCP server to search for accurate academic articles.
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": {
    "mcp-scholarly": {
      "command": "uvx",
      "args": [
        "mcp-scholarly"
      ]
    }
  }
}

Or install with pip: pip install mcp-scholarly