MCP_Chess_Server
by ssanjanapai
Overview
A Python-based server that implements the Minecraft Client Protocol (MCP) to host a multiplayer chess game, allowing Minecraft clients to connect and play.
Installation
No command providedSecurity Notes
Without access to the source code (main.py, src directory), it's impossible to definitively check for 'eval' usage, code obfuscation, or specific network vulnerabilities. As a network server, it inherently exposes endpoints that could be targeted, requiring proper input validation, authentication, and robust error handling to mitigate risks. Score reflects a neutral stance due to lack of code access.
Similar Servers
mcp-mineru
Implements or interacts with the Minecraft Protocol, likely for building custom Minecraft servers or client utilities.
kStock-mcp-server
This server provides an MCP (Micro-Capability Protocol) interface to interact with the Korean Investment API, enabling functionalities like fetching stock prices, account information, financial data, and executing stock buy/sell orders.
strudel-mcp-server
Provides an MCP (Multi-Modal Chat Protocol) interface for semantic search of Strudel.cc documentation and songs using vector embeddings.
mcp-python-server
Provides a server implementation using Python, likely for a specific protocol or game environment (e.g., Minecraft Coder Pack) based on the 'MCP' naming convention.