Skip to content
This repository was archived by the owner on Jan 19, 2026. It is now read-only.

nentgroup/viaplay-mcp-test

Repository files navigation

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

About

POC of a Viaplay MCP Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors