dsh-modrinth-mcp
Provides tools for interacting with Modrinth's API v2, enabling search and retrieval of projects, versions, dependencies, users, and tags.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@dsh-modrinth-mcpsearch for Fabric mods compatible with Minecraft 1.20.1"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
dsh-modrinth-mcp
DeepSeek Harness(DSH)から Modrinth API v2 をネイティブツールとして使えるようにする、依存ゼロの MCP サーバー(stdio)。
@deepseek-ai/dsh-mcp-client ブリッジで登録すると mcp__modrinth__* の9ツールが生えます。DSH 以外の MCP クライアント(Claude Code / Codex 等の汎用 mcpServers 設定)でもそのまま動きます。
特徴
依存ゼロ — Node.js 標準機能のみ。newline-delimited JSON-RPC 2.0 を直実装しているので
npm install 不要レスポンス最適化 — Modrinth の生レスポンスは巨大(ウィキ HTML 本文・全バージョン配列・ギャラリー等)。全ツールでモデルに必要なフィールドだけにトリムし、
search_projectsの1ヒットは約500バイト程度に収まるプロトコルの落とし穴を回避済み — Modrinth の配列クエリパラメータは JSON 配列形式が必須(
?loaders=["fabric"])。カンマ区切り(?loaders=fabric)は 黙って無視され全件返る(実測)。本サーバーは常に正しい形式で送る429/5xx の単発リトライ内蔵(Retry-After尊重)、タイムアウト 30秒/リクエスト
読み取りは認証不要(300 req/min)。
MODRINTH_PATを設定すればレート制限を緩和
Related MCP server: Minecraft Wiki MCP Server
ツール一覧(9)
ツール | 機能 |
| 検索。categories / gameVersions / projectType の各グループは AND 結合、グループ内は OR |
| プロジェクト取得(単体 / バッチ50件)。ウィキ HTML 本文は |
| バージョン一覧(新着順・ |
| 単一バージョン(ダウンロード URL・sha1・依存関係) |
| 依存グラフ(解決済みプロジェクトの要約付き) |
| ユーザープロフィール / 公開プロジェクト一覧 |
| facets 構築用の語彙(カテゴリ・ローダー・ゲームバージョン) |
DSH へのインストール
git clone https://github.com/motchii709/dsh-modrinth-mcp~/.dsh/profiles/web/cordis.patch.yml に追記(node のパス・サーバーのパスは環境に合わせて変更):
- insert:
- id: mcp-modrinth
name: '@deepseek-ai/dsh-mcp-client'
config:
serverName: modrinth
transport: stdio
command: node
args:
- 'C:\path\to\dsh-modrinth-mcp\modrinth-mcp.mjs'
env:
MODRINTH_PAT: !!js process.env.MODRINTH_PAT || ''
failOnStartupError: false
toolCallTimeoutMs: 60000ホスト再起動(または HMR 反映)後、新規セッションで mcp__modrinth__search_projects 等が使えるようになります。
その他の MCP クライアント
{
"mcpServers": {
"modrinth": {
"command": "node",
"args": ["/path/to/dsh-modrinth-mcp/modrinth-mcp.mjs"]
}
}
}開発
node test/server-test.mjs # JSON-RPC往復 + 実API呼び出しの回帰テスト
node test/server-test.mjs ./modrinth-mcp.mjs # サーバーファイルを明示指定する場合テストは Modrinth 本番 API に実際にアクセスします(読み取りのみ・レート制限内)。
対応バージョン
Node.js 18+(global
fetch利用)DSH
0.1.1-rc.2(web プロファイル、@deepseek-ai/dsh-mcp-client同梱版)で動作確認
ライセンス
This server cannot be installed
Maintenance
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
- FlicenseNot gradedqualityNot gradedmaintenanceEnables querying and searching the MCP Hub database to discover MCP servers, view server details, find top servers by popularity or recency, and identify top contributors.
- AlicenseAqualityCmaintenanceEnables searching and retrieving Minecraft Wiki content in multiple formats (wikitext, HTML, markdown) through MCP tools, with batch retrieval and health monitoring.51MIT
- AlicenseNot gradedqualityCmaintenanceA local MCP server for Nexus Mods mod discovery and research, backed by the v2 GraphQL API, enabling search of games, mods, collections, and users.1011ISC

@absolutejs/agents-mcpofficial
AlicenseNot gradedqualityCmaintenanceProvides a read-only MCP server for searching and retrieving cryptographically verified AI agents from the AbsoluteJS public agent registry.162MIT
Related MCP Connectors
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
Serper MCP — wraps the Serper Google Search API (serper.dev)
Speedrun.com MCP — wraps the Speedrun.com API v1 (speedrun.com/api/v1)
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/motchii709/dsh-modrinth-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server