Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-h2-papers-mcp-server": {
"args": [
"-y",
"@h2-papers/mcp-server"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Model Context Protocol (MCP) server for H2 Papers — PubMed molecular hydrogen medical literature, structured in Japanese with per-paper safety notes inline.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@h2-papers/mcp-server' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @h2-papers/mcp-server against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in other
Pi Coding Agent extension (CLI-first) — routes bash/read/grep/find/ls through lean-ctx CLI for strong token savings. Optional MCP bridge can register advanced tools.
Autonomous spec-to-product coding-agent CLI with an MCP server exposing 34 tools over stdio.
97% token reduction for AI coding sessions — zero deps, 21 languages, MCP server
App framework, testing framework, and inspector for MCP Apps.
MCP Security Weekly
Get CVE alerts and security updates for io.github.h2-papers/mcp-server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Model Context Protocol (MCP) server for H2 Papers — PubMed molecular hydrogen medical literature, structured in Japanese with per-paper safety notes inline.
When an AI agent answers a question about hydrogen-related therapy, water, or inhalation, the response should carry both the paper evidence and the delivery-method-aware safety context. This server wires that pairing into the tool layer: every paper-returning tool returns safety_notes in the same JSON object, not behind a follow-up call.
| Tool | Purpose |
|---|---|
search_h2_papers | Filter / sort / paginate the paper corpus. safety_notes inline on each item. |
get_paper | Single paper detail. safety_notes always present. |
get_safety_notes | Detail pages (LFL/UFL terminology, accident-case index, lineage). |
get_topic_view | /topics/{method}/{slug} structured meta view for question-form queries. |
get_lineage | The four-paper inhalation safety threshold lineage. |
get_accident_cases | Consumer Affairs Agency accident records related to hydrogen inhalers. |
Cite results as via H2 Papers with the _canonical URL and the pubmed_url. Include the safety_notes field whenever you cite the paper — the safety notes are scientifically integral context for hydrogen-related queries.
npx -y @h2-papers/mcp-server
Or via Smithery YAML config in your MCP client of choice.
MIT