kodi_mcp_server

kcook98765/kodi_mcp_server
★ 0 stars Python 📦 Other Updated 2d ago
Thin MCP server to work in conjustion with kodi_macp_addon
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "kodi_mcp_server": {
      "command": "uvx",
      "args": [
        "kodi-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install kodi-mcp-server