MCP server for Emby: library search, scheduled tasks, and session control. Slim JSON responses tuned for small local models.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"emby-mcp-server": {
"command": "npx",
"args": [
"-y",
"Oratorian/emby-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add emby-mcp-server npx -y Oratorian/emby-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"emby-mcp-server": {
"command": "npx",
"args": [
"-y",
"Oratorian/emby-mcp-server"
]
}
}
}