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 16 tools and 6 guided research workflows (prompts) for searching, retrieving, comparing, fact-checking, 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: ScholarMCP
Tools
Tool | Description |
| Hybrid vector + BM25 search across the corpus |
| Run many query variants in one call, RRF-merged |
| Semantically nearest papers to a given paper |
| Parsed full text (markdown or JSON) |
| Citation graph (cited_by or cites) |
| Indexed venues, optionally by category |
| Paginated papers for a venue |
| Structured field extraction across many papers |
| Fact-check claims against the corpus with quotes |
| Curated reproducibility / methodology corpus |
| Full text of a guidance document |
| Active conference subscriptions |
| Follow a conference for new-paper updates |
| Stop following a conference |
| New papers across every subscription |
Prompts
Reusable research workflows, surfaced by MCP clients as slash commands (e.g. /literature_review). Each runs a guided, multi-tool sequence grounded in the corpus, so common research tasks are one command instead of hand-orchestrating the tools.
Prompt | What it does | Key arguments |
| Survey a topic and synthesise themes, foundational vs recent work, and open gaps |
|
| From your abstract, find and organise prior work to cite and distinguish your contribution from |
|
| Build a structured comparison table across papers, read from full text |
|
| Fact-check a draft or list of claims against the corpus, with a verbatim quote per claim |
|
| Trace a paper's lineage: its foundations, what built on it, and adjacent work |
|
| Grounded advice on experiment design, ablations, evaluation, rebuttals, or venue choice |
|
License
MIT
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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