Black-Lights/prisma-review-tool
Automated PRISMA 2020 systematic literature review with AI-assisted screening via MCP. Works with Claude, Codex, Copilot, Cursor, and any MCP-compatible agent.
Platform-specific configuration:
{
"mcpServers": {
"prisma-review-tool": {
"command": "npx",
"args": [
"-y",
"prisma-review-tool"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](LICENSE)
Automated systematic literature review following the PRISMA 2020 guidelines (checklist | flow diagram | Page et al., 2021). Search academic databases, deduplicate results, screen papers with keyword rules, and use AI-assisted screening via any MCP-compatible agent — all from the command line.
cd prisma_tool
python -m venv .venv
# Windows
.venv\Scripts\activate
# Mac/Linux
source .venv/bin/activate
pip install -r requirements.txtcp config.template.yaml config.yamlEdit config.yaml with your search queries, date range, and screening keywords. See docs/CONFIG_GUIDE.md for details.
# Full pipeline
python -m prisma_review run-all
# Or step by step
python -m prisma_review search # Search databases
python -m prisma_review dedup # Remove duplicates
python -m prisma_review screen-rules # Keyword screening
pythLoading reviews...