Skip to content
Zed

scopus mcp for Zed

io.github.qwe4559999/scopus-mcp

A Model Context Protocol server for the Elsevier Scopus API

client:Zed transport:stdio runtime:pypi

Install scopus mcp 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-mcp": {
      "command": "uvx",
      "args": [
        "scopus-mcp"
      ],
      "env": {
        "SCOPUS_API_KEY": "<SCOPUS_API_KEY>"
      }
    }
  }
}

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

scopus mcp in other clients