Back to Home
carm-outsource icon

SpigotMCP

by carm-outsource

Overview

Provides a Model Context Protocol (MCP) server for a Spigot (Minecraft) plugin, allowing external AI models or clients to interact with the game state and perform actions via registered tools.

Installation

Run Command
No command provided

Security Notes

The server starts an embedded Jetty web server, exposing Spigot server functionalities (like player status and CoreProtect session lookups) via the Model Context Protocol. There are no visible authentication or authorization mechanisms in the provided source code for accessing these MCP endpoints. Exposing this server to an untrusted network or the internet could lead to unauthorized access to game data and potential abuse of server resources. Input parameters for tools are directly used in Bukkit/CoreProtect API calls, which, while type-checked by Java, could potentially be crafted to induce unexpected behavior or resource exhaustion depending on the robustness of the underlying APIs.

Similar Servers

Stats

Interest Score0
Security Score4
Cost ClassLow
Avg Tokens200
Stars0
Forks0
Last Update2026-01-09

Tags

MinecraftSpigotMCPAIPlugin