Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"ai-paperlantern-code": {
"args": [
"-y",
"paperlantern"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Research intelligence that makes your AI coding agent smarter - one command setup.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'paperlantern' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked paperlantern against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml / education
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
An autonomous agent that conducts deep research on any data using any LLM providers
🌊 The leading agent orchestration platform for Claude. Deploy intelligent multi-agent swarms, coordinate autonomous workflows, and build conversational AI systems. Features enterprise-grade architecture, distributed swarm intelligence, RAG integration, and native Claude Code / Codex Integration
MCP Security Weekly
Get CVE alerts and security updates for ai.paperlantern/code and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
npx paperlantern@latest
That's it. Pick your agents, log in, and Paper Lantern is configured.
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.
The setup CLI:
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 |
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.