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
Build Model Context Protocol (MCP) servers for AI agents, providing schema-agnostic tools, resources, and prompts, with optional OAuth 2.1 authentication and distributed session management.
zeromcp
A minimal, pure Python Model Context Protocol (MCP) server for exposing tools, resources, and prompts via HTTP/SSE and Stdio transports.
mcp-servers
Provides an MCP server for Qdrant vector database integration, enabling AI agents to perform semantic search, store documents, and manage collections with advanced multi-tenant filtering capabilities.
atlantis-mcp-server
Provides a local Model Context Protocol (MCP) server for dynamically hosting and managing Python functions and third-party MCP servers, primarily for AI agent interaction, with optional cloud integration.