MCP.so
登录

Viaplay MCP

@nentgroup

关于 Viaplay MCP

POC of a Viaplay MCP Server

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

nentgroup

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器