We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/angeltek/Emby.MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
pyproject.toml•336 B
[project]
name = "emby-mcp"
version = "0.3.0"
description = "Model Context Protocol (MCP) server that connects an Emby media server to an AI client such as Claude Desktop."
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"dotenv>=0.9.9",
"embyclient>=4.9.0.33",
"mcp[cli]>=1.9.4",
"unidecode>=1.4.0",
]