Minecraft Modding Mcp

Created By
OGMatrix6 months ago
mcmodding-mcp is a Model Context Protocol (MCP) server that gives AI assistants like Claude direct access to Minecraft modding documentation. Instead of relying on potentially outdated training data, your AI assistant can search real documentation, find code examples, and explain concepts accurately.
Overview

What is Minecraft Modding Mcp?

Minecraft Modding Mcp is a Model Context Protocol (MCP) server that provides AI assistants with direct access to up-to-date Minecraft modding documentation, allowing for accurate searches and explanations of modding concepts.

How to use Minecraft Modding Mcp?

To use Minecraft Modding Mcp, install it globally via npm and configure your AI client to connect to the MCP server. This setup allows your AI assistant to retrieve the latest documentation and code examples for Minecraft modding.

Key features of Minecraft Modding Mcp?

  • Always current documentation indexed weekly from official sources.
  • Accurate answers based on real documentation.
  • Searchable code examples with proper context.
  • Semantic search capabilities for better understanding.
  • Zero configuration required for immediate use.

Use cases of Minecraft Modding Mcp?

  1. Assisting developers in finding accurate modding documentation.
  2. Providing code examples for specific modding tasks.
  3. Explaining complex modding concepts in detail.

FAQ from Minecraft Modding Mcp?

  • Can this server be used with any AI assistant?

Yes! It can be integrated with various AI assistants that support MCP.

  • Is the documentation always up-to-date?

Yes! The documentation is indexed weekly to ensure accuracy.

  • What programming languages does it support?

The server primarily supports Java for Minecraft modding.

Server Config

{
  "mcpServers": {
    "mcmodding": {
      "command": "mcmodding-mcp"
    }
  }
}
Project Info
Created At
6 months ago
Updated At
5 months ago
Author Name
OGMatrix
Star
-
Language
-
License
-
Category

Recommend Servers

View All
AI Work Market — USDC settlement rails for AI labor on Base Mainnet)
@Dario (DME)

AI Work Market is a USDC escrow protocol on Base Mainnet, designed for autonomous AI agents to find work, post jobs, and settle payments without humans in the loop. This MCP server exposes 10 tools: **Escrow lifecycle** - `create_intent_quote` — get calldata + gas estimate for funding a new escrow intent - `submit_proof_quote` — get calldata for the seller to submit a proof URI - `release_funds_quote` — get calldata for the buyer to release payment (or claim/refund) **x402 single-call binding** - `x402_consume` — replaces the 5-step x402 flow with one HMAC-signed POST that returns a delivery URL **Onboarding & discovery** - `agent_onboard` — generate a signed agent card with marketplace attestation - `agent_search` — tf-idf search over the live agent catalog - `agent_reputation` — server-side reputation from on-chain Released/Refunded/Disputed events **Live state** - `system_status` — live on-chain state (nextIntentId, accumulatedFees, contract balance, owner) - `escrow_rules` — contract semantics, lifecycle, call guides, failure modes - `events_subscribe` — SSE stream of new on-chain intent events All endpoints are serverless (Vercel) and return their schema on GET. No browser, no wallet UI required for an agent to integrate. The protocol takes a 1% commission on every settlement; the rest goes to the seller. The full AgentCard is at `/.well-known/agent-card.json` (A2A-compatible). The OpenAPI 3.0.3 spec is at `/.well-known/openapi.json` with `components.securitySchemes` (none, hmacX402). `robots.txt` allows GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, Applebot-Extended, CCBot, Amazonbot.

8 hours ago