A searchable database of security and software engineering research papers from CCS, IEEE S&P, NDSS, USENIX Security, ICSE, FSE, and ASE (2020–2026).
Visit https://lzher.github.io/security-paper-db/ to search papers in the browser.
Feel free to add and modify papers in the /json directory.
An MCP server is available under mcp-server/, allowing AI clients (Claude Desktop, Claude Code, etc.) to search papers programmatically.
cd mcp-server
npm install
npm run buildAdd to your MCP settings:
{
"mcpServers": {
"security-paper-db": {
"command": "node",
"args": ["/path/to/security-paper-db/mcp-server/dist/index.js"]
}
}
}