streamable-httpMITupdated 4mo ago
Research intelligence that makes your AI coding agent smarter - one command setup.
What can you do with Paper Lantern?
paperlantern
Research intelligence that makes your AI coding agent smarter - one command setup.
Paper Lantern gives your AI coding agent access to 2M+ CS research papers - the right technique for your problem, with tradeoffs, benchmarks, and implementation guidance.
Quick start
npx paperlantern@latest
That's it. Pick your agents, log in, and Paper Lantern is configured.
Supported agents
- Claude Code
- Cursor
- Windsurf
- GitHub Copilot (VS Code)
- Codex
- Gemini CLI
- Cline
Prefer to set up manually, or using a client not listed above? See paperlantern.ai/docs for per-agent config snippets and the raw MCP endpoint.
What it does
The setup CLI:
- Authenticates via OAuth (opens browser)
- Configures the MCP server for your selected agents
- Installs agent rules so your agent knows when to use Paper Lantern
Tools available
Once configured, your agent gets these tools:
| Tool | What it does |
|---|---|
explore_approaches |
Survey 4-6 approach families with evidence and tradeoffs |
deep_dive |
Investigate one technique in depth - implementation, hyperparameters, failure modes |
compare_approaches |
Side-by-side comparison of 2-3 candidates |
check_feasibility |
GO / PROTOTYPE / RECONSIDER verdict given your constraints |
give_feedback |
Tell us what helped and what didn't |
When your agent uses Paper Lantern
Paper Lantern activates when your agent is making technical decisions where research evidence could improve the outcome - choosing between algorithms, architectures, or techniques.
It does not activate for syntax questions, library lookups, debugging, or general programming tasks.
Links
Install
Add Paper Lantern to your client. Pick the one you use.
claude mcp add --transport http paper-lantern https://mcp.paperlantern.ai/chat/mcpcodex mcp add paper-lantern --url https://mcp.paperlantern.ai/chat/mcp{
"mcpServers": {
"paper-lantern": {
"url": "https://mcp.paperlantern.ai/chat/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"paper-lantern": {
"type": "http",
"url": "https://mcp.paperlantern.ai/chat/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"paper-lantern": {
"url": "https://mcp.paperlantern.ai/chat/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"paper-lantern": {
"serverUrl": "https://mcp.paperlantern.ai/chat/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
5 tools
Paper Lantern exposes 5 tools to a connected agent.
- explore_approaches
- Survey 4-6 approach families with evidence and tradeoffs
- deep_dive
- Investigate one technique in depth - implementation, hyperparameters, failure modes
- compare_approaches
- Side-by-side comparison of 2-3 candidates
- check_feasibility
- GO / PROTOTYPE / RECONSIDER verdict given your constraints
- give_feedback
- Tell us what helped and what didn't
Score
72 / 100
Good
- Documentation22/25
- Maintenance19/25
- Trust13/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 133 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 5 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.3.1Latest | Apr 21, 2026 |
| 0.3.0 | Apr 21, 2026 |
| 0.2.2 | Apr 21, 2026 |