zwplayer_mcp_server
Verified Safeby chendanyu
Overview
This MCP server provides a toolset that encapsulates settings and functionalities of the zwplayer HTML5 web player for AI models.
Installation
python -m zwplayer_mcp_serverSecurity Notes
The Python server code itself appears relatively safe, primarily wrapping the FastMCP framework and returning static strings; no direct 'eval' or 'exec' on user input, nor hardcoded credentials, were found. However, the `zwplayer_bullet_comments` tool returns client-side JavaScript that establishes a WebSocket connection to an external, hardcoded server at `ws://122.51.191.171:3000/`. While this is a client-side risk, not a direct vulnerability in the Python server's execution, it represents an external dependency and a potential supply chain risk if the external server is untrusted or compromised, impacting users consuming the tool's output.
Similar Servers
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
zeromcp
A minimal, pure Python Model Context Protocol (MCP) server for exposing tools, resources, and prompts via HTTP/SSE and Stdio transports.
context-engineering
Provides a Model Context Protocol (MCP) server that enables AI agents to control a web browser using Selenium for web automation tasks.
atlantis-mcp-server
An MCP (Model Context Protocol) server for hosting and managing dynamic Python functions and third-party MCP tools, enabling AI agents to discover and utilize shared capabilities across a network.