Lune Research MCP Server

Official Model Context Protocol server for Lune Research. Its 12 documented tools cover papers, paper, research, guidance.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-08 · ★ 3 · #219 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Lune Research

before you install - you'll need

LUNE_API_KEY

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add retrogradelabs-lune-mcp-server --transport http https://mcp.luneresearch.com

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "retrogradelabs-lune-mcp-server": {
      "url": "https://mcp.luneresearch.com"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.luneresearch.com

transport: streamable-http

endpoint alive - authentication required · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to mcp.luneresearch.com

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license MIT - declared in the repository

npm package @retrograde-labs/lune-mcp-server - the @retrograde-labs scope differs from the repo owner (retrogradelabs); confirm it's the project's official package

registry vendor namespace com.luneresearch - domain-verified with the official MCP registry

03 · What Lune Research can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 12 documented tools spanning papers, paper, research, guidance, including search_papers, search_papers_many, search_related_papers, get_paper_fulltext.

Capability map

Tools grouped from the project's README - what Lune Research lets an agent do.

Papers

5 tools - e.g. Hybrid vector + BM25 search across the corpus; Run many query variants in one call, RRF-merged; Semantically nearest papers to a given paper

search_papers · search_papers_many · search_related_papers · get_conference_papers · extract_from_papers

Paper

2 tools - e.g. Parsed full text (markdown or JSON); Citation graph (cited_by or cites)

get_paper_fulltext · get_paper_citations

Research

2 tools - e.g. Curated reproducibility / methodology corpus; Full text of a guidance document

search_research_guidance · get_research_guidance_doc

read & search

1 tool - e.g. Indexed venues, optionally by category

list_conferences

Verify

1 tool - e.g. Fact-check claims against the corpus with quotes

verify_claims

Gather

1 tool - e.g. Judge evidence sufficiency for a task, with gaps + next queries

gather_evidence

04 · Who maintains Lune Research

Lune Research is maintained by retrogradelabs. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
other - ranked #219 of 848 actively-maintained other servers as of 2026-08-25.
registry
com.luneresearch/lune (active, first published 2026-05-10 · 13 versions)
packages
npm:@retrograde-labs/lune-mcp-server

06 · Lune Research FAQ

Is Lune Research still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-08. We re-verify nightly.

What can Lune Research do?

An agent gets 12 documented tools spanning papers, paper, research, guidance, including search_papers, search_papers_many, search_related_papers, get_paper_fulltext.

How do I install Lune Research?

Run `npx -y @retrograde-labs/lune-mcp-server`. The README documents one environment variable (LUNE_API_KEY) to set first. You can also paste the ready-made client config above.

Does Lune Research require authentication?

Yes - when we probed the endpoint on 2026-08-25, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

07 · Alternatives to Lune Research