← Back to browse

Literature Review Council

Indexed by io.github.Ravicha2

About

Multi-agent literature review: research, peer review, and synthesize grounded reports.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsOPENROUTER_API_KEY GITHUB_TOKEN TAVILY_API_KEY OPENALEX_API_KEY ENG_MODEL RESEARCH_MODEL JUDGE_MODEL
Claude Code
claude mcp add --env OPENROUTER_API_KEY= --env GITHUB_TOKEN= --env TAVILY_API_KEY= --env OPENALEX_API_KEY= --env ENG_MODEL= --env RESEARCH_MODEL= --env JUDGE_MODEL= lit-review-council -- uvx lit-review-council
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"lit-review-council","command":"uvx","args":["lit-review-council"],"env":{"OPENROUTER_API_KEY":"","GITHUB_TOKEN":"","TAVILY_API_KEY":"","OPENALEX_API_KEY":"","ENG_MODEL":"","RESEARCH_MODEL":"","JUDGE_MODEL":""}}'
JSON
{
  "mcpServers": {
    "lit-review-council": {
      "command": "uvx",
      "args": [
        "lit-review-council"
      ],
      "env": {
        "OPENROUTER_API_KEY": "",
        "GITHUB_TOKEN": "",
        "TAVILY_API_KEY": "",
        "OPENALEX_API_KEY": "",
        "ENG_MODEL": "",
        "RESEARCH_MODEL": "",
        "JUDGE_MODEL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.