Skip to main content
Glama
justinscott12

modrinth-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
modrinth_whoamiA

Verify the configured Modrinth token and return the authenticated user (username, id, email, role). Use this first to confirm auth works.

modrinth_search_projectsA

Search public Modrinth projects. Returns a compact list of hits (slug, title, project_type, downloads, description).

modrinth_get_projectA

Get a Modrinth project's metadata by slug or id (title, type, loaders, game_versions, published version ids, status).

modrinth_list_project_versionsA

List a project's published versions (version_number, id, type, loaders, game_versions, download url of primary file).

modrinth_create_versionA

Publish a NEW version to an existing Modrinth project by uploading one or more built jar files. This is a write action that publishes public content — only call it when the user has explicitly asked to publish. The project must already exist on Modrinth.

modrinth_create_projectA

Create a NEW Modrinth project (the initial project page). Created as a DRAFT — nothing is public until you submit it for review on the site or set requested_status. This is a write action; only call it when the user explicitly asks to create a new project. After it exists, publish jars with modrinth_create_version.

modrinth_modify_versionA

Edit metadata of an EXISTING published version (name, changelog, version_type, loaders, game_versions, featured). Does not upload files.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/justinscott12/modrinth-mcp'

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