streamable-httpMITupdated 4mo ago
Research intelligence that makes your AI coding agent smarter - one command setup.
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
インストール
Paper Lantern をクライアントに追加します。お使いのものを選んでください。
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 個のツール
Paper Lantern は接続したエージェントに 5 個のツールを提供します。
- 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
スコア
72 / 100
良好
- ドキュメント22/25
- メンテナンス19/25
- 信頼性13/20
- 機能6/15
- 導入のしやすさ12/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
バージョン履歴
| バージョン | 公開日 |
|---|---|
| 0.3.1最新 | 2026年4月21日 |
| 0.3.0 | 2026年4月21日 |
| 0.2.2 | 2026年4月21日 |