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.
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.
- Check the file
src/toolList.tsfor the list of current features available.
- Node.js >= 22.14.0
- npm or yarn
Clone the repository and install dependencies:
git clone https://github.com/yourusername/viaplay-mcp.git
cd viaplay-mcp
npm iCompile the TypeScript files:
npm run buildYou can inspect the MCP server to see available tools:
npm run inspectThis MCP server can be used with Claude Desktop for example, by configuring the included mcp.json file.
fastmcp- Framework for building MCP serverszod- Schema validation