security-paper-mcp-server
MCP server for searching papers from top-tier and second-tier security conferences (S&P, USENIX Security, CCS, NDSS, ACSAC, RAID, ESORICS) using DBLP, with tools for keyword/author/year/conference search, listing conference papers, and getting statistics.
README
security-paper-mcp-server
MCP server for searching papers from top-tier security conferences (S&P, USENIX Security, CCS, NDSS) and second-tier venues (ACSAC, RAID, ESORICS).
Maintained fork of the npm package @songyaeji/security-paper-mcp-server (MIT, original author: songyaeji). The npm release ships a broken DBLP query layer that returns empty results for every tool; this repository ships the fixed version. See Fixes below.
Conferences
| Tier | Conferences |
|---|---|
| Top (四大顶会) | S&P (IEEE Symposium on Security and Privacy), USENIX Security, CCS, NDSS |
| Second | ACSAC, RAID, ESORICS |
Tools
| Tool | Description |
|---|---|
search_papers |
Keyword / author / year / conference / tier search with DBLP |
get_conference_papers |
All papers of a conference in a given year (parses the DBLP volume page) |
list_conferences |
Supported conferences and available years |
get_stats |
Yearly / per-conference statistics for a keyword |
search_papers arguments
{
"keyword": "fuzzing", // keyword in paper titles
"author": "John Smith", // author name (optional)
"yearFrom": 2023, // start year, 2020+ (default 2020)
"yearTo": 2024, // end year (default current year)
"conferences": ["sp", "ccs"], // conference keys: sp, usenix, ccs, ndss, acsac, raid, esorics
"tier": "top", // "top" | "second" | "all"
"limit": 50 // max results (1–200)
}
Install & configure
Node.js >= 18. Run from this repo:
npm install
npm run build # not required — dist/ is committed, build only for recompiling
Or install directly from GitHub:
npm install -g git+https://github.com/Opr4Mp3r/security-paper-mcp-server.git
Claude Code / Claude Desktop ~/.claude.json (or claude mcp add):
{
"mcpServers": {
"security-papers": {
"command": "node",
"args": ["/absolute/path/to/dist/index.js"]
}
}
}
Example prompts:
- "2024년 S&P 논문 중 fuzzing 관련 논문 찾아줘" / "find fuzzing papers at S&P 2024"
- "search malware analysis papers from CCS and NDSS"
- "list all USENIX Security 2024 papers"
Data source
DBLP — the search API (search_papers, get_stats) and the DBLP volume pages (get_conference_papers).
Fixes vs. the npm release (2026-08-01)
The npm 1.0.0 release returned no results for every tool. Root causes, all verified against the live DBLP API:
venue:matches venue strings, not dblp keys — the original usedvenue:conf/sp:(always 0 hits). The fix uses real venue strings (e.g.venue:CCS,venue:NDSS).- OR (
|) between fielded terms is unreliable —venue:A|venue:Bsilently returns only venue A's results. Multi-venue searches now omit the venue filter and filter client-side. - Modern S&P / USENIX volumes carry year-prefixed titles (e.g. "2020 IEEE Symposium on Security and Privacy, SP 2020, …"), so a
venue:filter on their base name silently drops everything from 2020 on. Those two venues now use keyword search + client-side matching. get_conference_papersused the API with a client-side year filter — DBLP orders hits by its own relevance (not recency), so recent years were always missed. It now parses the DBLP table-of-contents page (db/conf/sp/sp2024.html) directly via schema.org + COinS metadata.- No throttling resilience — DBLP aggressively rate-limits (429/503). Added exponential backoff retries (8s/16s) including network-level failures.
Verified results: S&P 2024 → 261 papers, USENIX Security 2024 → 418, CCS 2024 → 418, all with full titles, author lists, DOIs and conference links.
Known limitations
- DBLP rate limiting is strict; frequent calls may still surface 503s (retries mitigate).
- Multi-venue keyword recall is bounded by the DBLP API page cap (100 hits) and its relevance ordering. For higher recall use
resp_mcp'ssearch_all/search_dblp. - A small share of long titles are truncated by DBLP on the volume pages (~1%); DOIs are always complete.
- Workshop volumes sharing the abbreviation (e.g. CCSW@CCS) can appear in CCS results — this matches DBLP's own
venue:behavior.
License
MIT. Original package by songyaeji; maintenance fixes by Opr4Mp3r. See LICENSE and README.original.kr.md for the original documentation.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。