New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

emby-mcp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

emby-mcp

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

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

Emby MCP

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

Setup

export EMBY_URL=http://localhost:8096
export EMBY_API_KEY=your_key_here  # Dashboard > Advanced > API Keys (only for users/libraries)
npm install
npm run build
node dist/index.js

The server uses stdio, so it can be connected to Claude Desktop, Cursor, VS Code, MCP Inspector, or another compatible MCP client.

Tools at a glance

  • server_info: Public name and version (no key).
  • list_users: Users, admins, activity (needs key).
  • list_libraries: Media libraries and types (needs key).

Limits and privacy

This project is intentionally narrow. It should be treated as a practical helper, not a complete certification or security audit. Check the implementation and the returned data before using it with sensitive material. Credentials stay local and go only to your server.

Keywords

mcp

FAQs

Package last updated on 22 Sep 2026

Related posts