Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Mcprotocollib

    A library for communication with a Minecraft client/server. Built for the Model Context Protocol to enhance AI capabilities. Java-based implementation.

    856 stars
    Java
    Updated Nov 1, 2025
    java
    library
    minecraft
    minecraft-protocol
    protocol

    Table of Contents

    • Example Code
    • Adding as a Dependency
    • Maven
    • Add the Repository
    • Add the Dependency
    • Gradle (Groovy DSL)
    • Add the Repository
    • Add the Dependency
    • Gradle (Kotlin DSL)
    • Add the Repository
    • Add the Dependency
    • Snapshots
    • Javadocs
    • Building the Source
    • Support and Development
    • License

    Table of Contents

    • Example Code
    • Adding as a Dependency
    • Maven
    • Add the Repository
    • Add the Dependency
    • Gradle (Groovy DSL)
    • Add the Repository
    • Add the Dependency
    • Gradle (Kotlin DSL)
    • Add the Repository
    • Add the Dependency
    • Snapshots
    • Javadocs
    • Building the Source
    • Support and Development
    • License

    Documentation

    MCProtocolLib

    MCProtocolLib is a simple library for communicating with Minecraft clients and servers. It allows developers to build custom bots, clients, or servers for Minecraft with ease.

    Example Code

    See the example folder for sample usage.

    Adding as a Dependency

    MCProtocolLib builds are published to the Open Collaboration repository.

    Follow the below steps to add MCProtocolLib as a dependency to your project.

    Maven

    Add the Repository

    xml
    opencollab
            https://repo.opencollab.dev/main/

    Add the Dependency

    xml
    org.geysermc.mcprotocollib
        protocol
        (version here)

    Gradle (Groovy DSL)

    Add the Repository

    groovy
    repositories {
        maven { 
            name 'opencollab'
            url 'https://repo.opencollab.dev/main/'
        }
    }

    Add the Dependency

    groovy
    dependencies {
        implementation 'org.geysermc.mcprotocollib:protocol:(version here)'
    }

    Gradle (Kotlin DSL)

    Add the Repository

    kotlin
    repositories {
        maven("https://repo.opencollab.dev/main/") {
            name = "opencollab"
        }
    }

    Add the Dependency

    kotlin
    dependencies {
        implementation("org.geysermc.mcprotocollib:protocol:(version here)")
    }

    Snapshots

    To use snapshot builds, switch the URL to https://repo.opencollab.dev/maven-snapshots/.

    Javadocs

    You can find the Javadocs for MCProtocolLib on opencollab.

    Building the Source

    MCProtocolLib uses Gradle to manage dependencies. To build the source code, run ./gradlew clean build in the project root directory.

    Support and Development

    Please join the GeyserMC Discord server and visit the #mcprotocollib channel for discussion and support for this project.

    License

    MCProtocolLib is licensed under the **MIT license**.

    Similar MCP

    Based on tags & features

    • KU

      Kubernetes Mcp Server

      Go·
      700
    • MC

      Mcpjungle

      Go·
      617
    • AN

      Anyquery

      Go·
      1.4k
    • MA

      Manim Mcp Server

      Python·
      490

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • KU

      Kubernetes Mcp Server

      Go·
      700
    • MC

      Mcpjungle

      Go·
      617
    • AN

      Anyquery

      Go·
      1.4k
    • MA

      Manim Mcp Server

      Python·
      490

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k