Viaplay MCP logo

Viaplay MCP

by nentgroup

The Viaplay MCP server allows AI assistants to interface with the Viaplay Content API. It enables searching for movies and series in the Viaplay catalog and retrieving device key information.

View on GitHub

Last updated: N/A

Viaplay MCP

A Model Context Protocol (MCP) server for interfacing with the Viaplay Content API. This project allows AI assistants to search for movies and series in the Viaplay catalog and retrieve device key information.

Overview

This MCP server provides tools that enable AI assistants like Claude to interact with Viaplay's content API. It uses the FastMCP framework to implement a simple, extensible server that provides structured access to Viaplay's content.

Features

  • Check the file src/toolList.ts for the list of current features available.

Prerequisites

  • Node.js >= 22.14.0
  • npm or yarn

Installation

Clone the repository and install dependencies:

git clone https://github.com/yourusername/viaplay-mcp.git
cd viaplay-mcp
npm i

Building

Compile the TypeScript files:

npm run build

Usage

Inspecting the MCP Server

You can inspect the MCP server to see available tools:

npm run inspect

Integration with Claude

This MCP server can be used with Claude Desktop for example, by configuring the included mcp.json file.

Dependencies

  • fastmcp - Framework for building MCP servers
  • zod - Schema validation