Skip to content
Zed

emby mcp for Zed

io.github.mrfentmen/emby-mcp

MCP server for Emby: server info, users, libraries. Works with any instance.

client:Zed transport:stdio runtime:npm

Install emby mcp in Zed

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

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

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

emby mcp in other clients