com.luneresearch/lune
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@com.luneresearch/lunesearch for papers on zero-shot learning in computer vision"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@retrograde-labs/lune-mcp-server
Official Model Context Protocol server for Lune Research.
Exposes 12 tools for searching, retrieving, and subscribing to academic papers across security, ML, NLP, CV, and systems venues. Two transports:
stdio: run locally via
npx @retrograde-labs/lune-mcp-server. ReadsLUNE_API_KEYfrom the environment.Streamable HTTP: hosted at
https://mcp.luneresearch.com/mcp. Pass your PAT or OAuth token asAuthorization: Bearer ....
Quick start (Claude Desktop, Cursor, etc.)
{
"mcpServers": {
"lune-research": {
"command": "npx",
"args": ["-y", "@retrograde-labs/lune-mcp-server"],
"env": {
"LUNE_API_KEY": "lune_your_personal_access_token"
}
}
}
}Get your token at https://luneresearch.com/dashboard/credentials.
Related MCP server: scholar-toolkit-mcp
Tools
Tool | Description |
| Hybrid vector + BM25 search across the corpus |
| Fetch metadata for a paper |
| Parsed full text (markdown or JSON) |
| Citation graph (cited_by or cites) |
| Indexed venues, optionally by category |
| Paginated papers for a venue |
| Curated reproducibility / methodology corpus |
| Full text of a guidance document |
| Active conference update subscriptions |
| Start receiving updates for a conference |
| Stop receiving updates for a conference |
| Pull new papers since the last check |
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/RetrogradeLabs/lune-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server