elsevier-mcp

A plugin that connects Claude to Elsevier services, including Scopus and ScienceDirect. It can search literature and retrieve available information about articles, journals, authors, citations, and impact measurements.

In plain words
What is it for?
Use it to find papers, retrieve abstracts or full text when available, and inspect journal, author, affiliation, citation, and altmetric details.
Why use it?
It lets Claude perform several academic research lookups through Elsevier’s services.

Plugin for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Claude Code
/plugin marketplace add chackchang/elsevier_mcp
agentmods
npx agentmods add plugins/chackchang/elsevier_mcp/elsevier_mcp
Clone the repo
git clone --depth 1 https://github.com/chackchang/elsevier_mcp

Made for: Claude Code.

Per session not measured What this adds to a session before it is invoked.
When invoked not measured The manifest loads nothing itself; its 1 skill, 1 MCP server cost 42 tokens a session between them.
Security scan A 0 findings. Scan, not verified.
Origin 100% copy Near-identical to another mod in the catalogue.
Security

Grade A, and why

elsevier-mcp scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

100% identical to elsevier-mcp — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude-plugin/plugin.json · 36 lines

What it actually says

{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "elsevier-mcp",
  "displayName": "Elsevier Research Tools",
  "version": "1.0.0",
  "description": "Give Claude access to Elsevier APIs (Scopus, ScienceDirect, and more). Search scholarly literature, retrieve abstracts and full-text articles, look up journals, authors, citations, and altmetrics.",
  "author": {
    "name": "kemalabut",
    "url": "https://github.com/kemalabuteliyte"
  },
  "homepage": "https://github.com/kemalabuteliyte/elsevier-mcp",
  "repository": "https://github.com/kemalabuteliyte/elsevier-mcp",
  "license": "MIT",
  "keywords": [
    "elsevier",
    "scopus",
    "sciencedirect",
    "academic",
    "research",
    "papers",
    "citations",
    "literature"
  ],
  "mcpServers": {
    "elsevier": {
      "command": "node",
      "args": ["${CLAUDE_PLUGIN_ROOT}/dist/bundle.cjs"],
      "env": {
        "ELSEVIER_API_KEY": "${ELSEVIER_API_KEY}",
        "ELSEVIER_INST_TOKEN": "${ELSEVIER_INST_TOKEN}",
        "ELSEVIER_ENABLE_ALL_TOOLS": "${ELSEVIER_ENABLE_ALL_TOOLS}"
      }
    }
  }
}
Contents

What it installs

The manifest is a name and a version. 1 skill, 1 MCP server travel with it, and installing the plugin installs all of them — 42 tokens a session between them. Each is measured on its own page, and each can be installed alone.

Files

What ships with it

1 file beside plugin.json in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 36 lines scan A d67d1ba91b2a

Subscribe to this mod's changes

elsevier-mcp is a plugin published in the GitHub repository chackchang/elsevier_mcp (0 stars, last pushed 1mo ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. It is 100% identical to elsevier-mcp, differing in 0 lines, and is treated as a copy.

Related

Other plugins, from other repositories

siza

Sabela notebook pairing skill — a typed compiled client (list, read, run, edit cells; pre-flight parse + security scan; provenance) over the Sabela AI bridge, plus an MCP stdio server (siza mcp) for any MCP client.

DataHaskell/sabela · not measured

protein-design-skills marketplace

Claude Code skills for computational protein design - backbone generation, sequence design, structure prediction, and experimental validation.

adaptyvbio/protein-design-skills · not measured

hypha

Hypha is the AI agent of the Mycelium ecosystem: a connecting filament between engineers and the SysML v2 specification. Provides skills and subagents for KerML/SysML v2 metamodel lookup, standard model library lookup, normative spec citation, and SysML v2 textual-notation validation.

mycelium-cmbse/mycelium-hypha · not measured

ar

ar — autoresearch: a skill-only autonomous experiment loop. Propose → measure → keep winners → repeat, against any numeric objective, with noise-floor gating so nothing is banked on noise. Five skills: /ar:start opens a run (dedicated branch + baseline noise floor), /ar:resume advances it, /ar:status prints read-only…

emaballarin/ccplugins · not measured

earthquake-mcp-server

Search USGS and EMSC seismic data — real-time feeds, event queries, and earthquake counts via MCP. STDIO or Streamable HTTP.

cyanheads/earthquake-mcp-server · not measured

academic-research

Academic research toolkit for AI PhD researchers — literature survey, paper reviewing, citation management, and more.

JeanDiable/academic-research-plugin · not measured