Links
Tags
Creators
Details
All versions
0.1.0
Release
MMCP 0.1.06 months ago 84
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Required content
Unavailable version
Changes
MMCP v0.1.0
First public release of MMCP.
Highlights
- Minecraft-side MCP server that runs automatically while the mod is loaded.
mmcp.jarstdio proxy for connecting any MCP-compatible AI client.- Structured tool framework for extending capabilities in future releases.
- Full end-user documentation including client setup and tool specifications.
Included MCP Tools
| Tool | Description |
|---|---|
mmcp.ping |
Health check — returns pong from the mod. |
get_player_position |
Coordinates, rotation, dimension, and server address. |
get_player_health_hunger |
Health, absorption, hunger, and saturation. |
get_inventory |
All non-empty inventory slots including armor and offhand. |
get_nearby_blocks |
Blocks around the player within a configurable radius. |
get_nearby_entities |
Nearby entities sorted by distance. |
get_biome |
Current biome at the player's position. |
get_time_weather |
World time, day index, rain, and thunder state. |
Requirements
- Minecraft 1.21.1
- Fabric Loader 0.18.4+
- Java 21
- Fabric Language Kotlin 1.13.9+kotlin.2.3.10
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| mmcp.jar | Unknown | 9.81 MiB |
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:GTqVByIl:MNW3rnaE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GTqVByIl:MNW3rnaE"
}

