Skip to main content
Glama
dcd887

mc-rp-assistant-mcp

by dcd887

mc-rp-assistant-mcp

MCP server for Minecraft resource pack analysis, validation, and management. Reads pack.mcmeta, validates structure, lists assets, compares packs, and queries Modrinth.

Tools

Tool

Description

read_packmeta

Read pack.mcmeta from a resource pack directory or .zip file

validate_rp_structure

Validate a resource pack's structure and flag issues (missing files, format mismatches, large icons, etc.)

list_rp_assets

List all asset paths (textures/models/sounds/lang) in a pack. Supports both directories and .zip files

compare_rpacks

Compare two resource packs and report added, removed, and changed asset files

search_rp_on_modrinth

Search Modrinth for resource packs by name or tag. Returns up to limit results

get_rp_info

Get detailed info about a Modrinth resource pack by its slug or project ID

validate_textures

Validate textures for size limits (>2MB), naming conventions (lowercase, no spaces), and pack icon size

analyze_lang_files

Analyze language files (.lang) and detect missing translations across languages

compare_rpacks_diff

Compare two resource packs with detailed per-file info including file sizes for added/removed/changed assets

Related MCP server: Packwright MCP

Exported Functions

  • readPackMetaExport(packPath) — Read pack.mcmeta

  • validateRpStructureExport(packPath, mcVersion?) — Validate pack structure

  • listRpAssetsExport(packPath, limit?) — List asset files

  • compareRpacksExport(oldPackPath, newPackPath) — Compare two packs

  • searchRpOnModrinthExport(query, limit?) — Search Modrinth

  • getRpInfoExport(slugOrId) — Get pack info from Modrinth

  • validateTexturesExport(packPath) — Validate textures

  • analyzeLangFilesExport(packPath) — Analyze language files

  • compareRpacksDiffExport(oldPackPath, newPackPath) — Detailed pack comparison

Usage

{
  "mcpServers": {
    "mc-rp-assistant-mcp": {
      "command": "node",
      "args": ["<path/to/mc-rp-assistant-mcp>/dist/index.js"]
    }
  }
}

Development

npm run build   # Compile TypeScript
npm run test:unit  # Run unit tests
npm test        # Run all tests

Testing

npm run build
npm test

All unit tests are offline except searchRpOnModrinth and getRpInfo which gracefully return empty results when no network is available.

Platform Compatibility

Tool

Windows

macOS

Linux

read_packmeta

validate_rp_structure

list_rp_assets

compare_rpacks

search_rp_on_modrinth

get_rp_info

validate_textures

analyze_lang_files

compare_rpacks_diff

All tools use cross-platform Node.js fs and path APIs. .zip support requires adm-zip. Network-dependent tools (search_rp_on_modrinth, get_rp_info) work on all platforms when online; they return empty results gracefully when offline.

Requirements

  • Node.js 18+

  • @modelcontextprotocol/sdk, zod, adm-zip

License

MIT

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Enables AI agents to search, read, and publish Minecraft mods on Modrinth, including creating projects and uploading jar files as new versions.
    7
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables creating Minecraft modpack structures, searching Modrinth mods, resolving dependencies, and checking compatibility.

View all related MCP servers

Related MCP Connectors

  • MCP-native open-source Notion alternative: read & write pages, databases and kanban boards.

  • Create, validate, edit, export (markdown/svg/png/mermaid), and search JSON Canvas files.

  • Verify PyPI and npm packages, symbols, and version diffs against real artifacts. Free, no account.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dcd887/mc-rp-assistant-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server