MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

L
Liquidbounce MCP

LiquidBounce b100 but in MCP

Created 2/2/2026
Updated about 12 hours ago
Repository documentation and setup instructions

LiquidBounce-MCP (GradleMCP)

LiquidBounce Gradle MCP for 1.8.9 with optifine

If you find an error, open an issue or dm me on discord (my dc is "benhazul")

How to setup

Clone the repository into whatever folder you want (Mine is in my coding folder), open the project in Intellij IDEA then make a new run configuration (Application) and copy everything from the image below.

Now you can start Minecraft!

run_config

How to build

Just run the "build" run command in the gradle tab

Once you've done that go into the build/libs directory inside of the GradleMCP-Base folder open the jar file with 7-zip or Winrar, now delete the META-INF folder and I think you know how to do everything to get it to start in the launcher.

config_list

Credits to Markelectro for the marCloud repo

Quick Setup
Installation guide for this server

Installation Command (package not published)

git clone https://github.com/Benhazul/LiquidBounce-MCP
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.

Cursor configuration (mcp.json)

{ "mcpServers": { "benhazul-liquidbounce-mcp": { "command": "git", "args": [ "clone", "https://github.com/Benhazul/LiquidBounce-MCP" ] } } }