Skip to content
Zed

eol mcp for Zed

io.github.mrfentmen/eol-mcp

Encyclopedia of Life species data. No key required.

client:Zed transport:stdio runtime:npm

Install eol mcp in Zed

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

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

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

eol mcp in other clients