Viaplay MCP
@nentgroup
About Viaplay MCP
POC of a Viaplay MCP Server
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Viaplay MCP?
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.
How to use Viaplay MCP?
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.
Key features of Viaplay MCP
- Search for movies and series in Viaplay catalog
- Retrieve device key information
- Built with FastMCP framework
- Extensible via
src/toolList.ts
Use cases of Viaplay MCP
- AI assistant searches for Viaplay content on behalf of a user
- Developer inspects available Viaplay API tools via MCP
- Integrate Viaplay content discovery into Claude Desktop workflows
FAQ from Viaplay MCP
What are the prerequisites?
Node.js >= 22.14.0 and npm or yarn are required.
How do I build the server?
Run npm run build to compile the TypeScript files.
How can I see available tools?
Use npm run inspect to inspect the MCP server.
How do I integrate with Claude Desktop?
Configure the included mcp.json file in your Claude Desktop setup.
Where can I find the full list of features?
Check the src/toolList.ts file for the current feature list.
More Other MCP servers
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Servers
modelcontextprotocolModel Context Protocol Servers
Comments