Viaplay MCP

by nentgroup

190 downloads
Not rated
GitHub

About

Viaplay MCP is a Model Context Protocol server that interfaces with the Viaplay Content API. It allows AI assistants to search for movies and series in the Viaplay catalog and retrieve device key information.

Details

Author
nentgroup
Downloads
190
Categories
Other

- Search for movies and series in Viaplay catalog
- Retrieve device key information
- Built with FastMCP framework
- Extensible via src/toolList.ts

Clone the repository, install dependencies with npm i, compile TypeScript with npm run build, then inspect available tools with npm run inspect. Integrate with Claude Desktop by configuring the included mcp.json file.

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

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.