Skip to content
Zed

scopus for Zed

io.github.smaboundless/scopus

Search Scopus abstracts, authors, and export citations via Elsevier API

client:Zed transport:stdio runtime:pypi

Install scopus in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "scopus": {
      "command": "uvx",
      "args": [
        "scopus-mcp-server"
      ],
      "env": {
        "SCOPUS_API_KEY": "<SCOPUS_API_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

scopus in other clients