Skip to content
VS Code

emby mcp for VS Code

io.github.mrfentmen/emby-mcp

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

client:VS Code transport:stdio runtime:npm

Install emby mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "emby-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "emby-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

emby mcp in other clients