SpigotMCP
Verified Safeby carm-outsource
Overview
This plugin integrates a Minecraft Spigot server with the Model Context Protocol, exposing server functionalities as callable tools for external AI agents.
Installation
No command providedSecurity Notes
The plugin creates an embedded Jetty server on a configurable port (default 8081), which exposes an HTTP endpoint. While the code itself does not show 'eval', obfuscation, hardcoded secrets, or malicious patterns, any network-exposed service carries inherent risks. Input validation for tool calls is expected to be handled by the underlying `modelcontextprotocol-server` library based on defined JSON schemas. The plugin relies on the CoreProtect API, which is a trusted Minecraft plugin. Deploying this plugin within a trusted network and applying standard network security practices is recommended.
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.
mcp-servers
Provides a curated collection of Model Context Protocol (MCP) server configurations to enable AI agents to interact with various developer tools and services.
zeromcp
A minimal, pure Python Model Context Protocol (MCP) server for exposing tools, resources, and prompts via HTTP/SSE and Stdio transports.
seamless-agent
Enhances GitHub Copilot by providing an interactive user confirmation tool, allowing AI agents to request approval or additional input before executing actions.