Skip to content
Zed

dblp mcp for Zed

io.github.mrfentmen/dblp-mcp

Search computer science publications on DBLP. No key required.

client:Zed transport:stdio runtime:npm

Install dblp mcp in Zed

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

{
  "context_servers": {
    "dblp-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "dblp-mcp"
      ]
    }
  }
}

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

dblp mcp in other clients