Minecraft Plugin Documentation MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_dependency_docsA | Get documentation URLs, Maven coordinates, and latest version for a Minecraft plugin dependency. Returns wiki, javadocs, GitHub links, and quick-start code snippets. |
| scan_project_dependenciesA | Scan a Minecraft plugin project directory and extract all dependencies from build.gradle, build.gradle.kts, and pom.xml files. Returns a structured list of dependencies with version info. |
| check_latest_versionsA | Check for the latest versions of Minecraft plugin dependencies. Can check all known dependencies or compare against project's current versions. |
| analyze_plugin_projectB | Perform a comprehensive analysis of a Minecraft plugin project or workspace. Scans all subprojects, extracts dependencies, checks for updates, and provides recommendations. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| LuckPerms | A permissions plugin for Minecraft servers |
| Paper API | The Paper Minecraft server API - high performance fork of Spigot |
| Spigot API | The Spigot Minecraft server API |
| Bukkit API | The original Bukkit Minecraft server API |
| HikariCP | Fast, simple, reliable JDBC connection pool |
| Item-NBT-API | Add NBT tags to items without NMS |
| ProtocolLib | Library for reading and modifying Minecraft packets |
| DecentHolograms | A lightweight but powerful hologram plugin |
| Vault API | Permissions, Chat, & Economy API for plugins |
| CoreProtect API | Block logging & rollback plugin API |
| mc-MenuAPI | A powerful menu/GUI API for Minecraft plugins |
| PlaceholderAPI | A resource that allows the use of various placeholders |
| WorldEdit | In-game map editor for Minecraft |
| WorldGuard | Region protection and flag plugin |
| SkinsRestorer API | Skin management API - set, get, and apply skins to players on Bukkit/BungeeCord/Velocity |
| EdTools API | Developer API for EdTools Minecraft plugin - custom enchantments, lucky blocks, GUIs, zones, currencies, boosters, backpacks, and OmniTools |
TDQS
Scored across 4 tools
The tools have mostly distinct purposes with clear boundaries: analyze_plugin_project focuses on comprehensive project analysis, check_latest_versions handles version checking, get_dependency_docs retrieves documentation, and scan_project_dependencies extracts dependency lists. However, analyze_plugin_project and scan_project_dependencies have some overlap in scanning dependencies, which could cause minor confusion.
All tool names follow a consistent verb_noun pattern with snake_case throughout: analyze_plugin_project, check_latest_versions, get_dependency_docs, and scan_project_dependencies. The naming is predictable and readable without any deviations or mixed conventions.
With 4 tools, the count is reasonable for a server focused on Minecraft plugin documentation and dependency management. It covers key areas like analysis, version checking, documentation retrieval, and dependency scanning, though it might feel slightly thin for broader plugin development workflows.
The tool set covers core aspects of dependency management and documentation for Minecraft plugins, but there are notable gaps. It lacks tools for creating or updating dependencies, managing plugin configurations, or integrating with development environments, which could limit agent workflows in more complex scenarios.