★ 0 stars
Go
🤖 AI/LLM
Updated 4d ago
MCP server giving LLM agents unified access to academic publications across ArXiv, PubMed, Semantic Scholar, OpenAlex, HuggingFace, and Europe PMC
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": {
"retrievr-mcp": {
"command": "go",
"args": [
"run",
"github.com/itsatony/retrievr-mcp@latest"
]
}
}
}
Run in terminal:
claude mcp add retrievr-mcp go run github.com/itsatony/retrievr-mcp@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"retrievr-mcp": {
"command": "go",
"args": [
"run",
"github.com/itsatony/retrievr-mcp@latest"
]
}
}
}