ScholarFetch for Claude Desktop
io.github.laibniz/scholarfetch
Multi-engine scholarly research server for search, traversal, full text, and reading lists.
client:Claude Desktop
transport:streamable-http
tools:12
Install ScholarFetch in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"scholarfetch": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://laibniz-scholarfetch-web.hf.space/mcp/"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs